diff --git a/plugins/modules/helm_repository.py b/plugins/modules/helm_repository.py index 8a8c4ae92f..bf6e6d9fce 100644 --- a/plugins/modules/helm_repository.py +++ b/plugins/modules/helm_repository.py @@ -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