diff --git a/src/bin/auto-deploy b/src/bin/auto-deploy index a0121447e30893c5ce0f1fa063598b603dc44014..48e8a2f5039afb6f19a8f443def806bf8ed80164 100755 --- a/src/bin/auto-deploy +++ b/src/bin/auto-deploy @@ -3,7 +3,7 @@ set -e if [[ "$AUTO_DEVOPS_HELM_MAJOR_VERSION" = '3' ]]; then - auto-deploy-helm3 "${@}" + auto-deploy-helm3 "${@}" else - auto-deploy-helm2 "${@}" + auto-deploy-helm2 "${@}" fi