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 5bda01a commit fa951d5
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 @@ -214,7 +214,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 fa951d5

Please sign in to comment.