Skip to content

Commit

Permalink
Fix - E111 indentation is not a multiple of 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mor Cohen committed Sep 15, 2022
1 parent 42eeff2 commit aaf6925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/helm_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def install_repository(
install_command += " --pass-credentials"

if force_update:
install_command += " --force-update"
install_command += " --force-update"

return install_command

Expand Down

0 comments on commit aaf6925

Please sign in to comment.