Skip to content

Commit

Permalink
automated changes for changelog and/or black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo authored and github-actions[bot] committed Mar 29, 2023
1 parent 8bf598c commit e0ce68a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugins/modules/helm_registry_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ def main():
if state == "present":
command.extend(
[
"login",
"--username",
module.params.get("username"),
"--password",
module.params.get("password"),
"login",
"--username",
module.params.get("username"),
"--password",
module.params.get("password"),
]
)
else:
Expand Down

0 comments on commit e0ce68a

Please sign in to comment.