diff --git a/.github/scripts/fetch_helm_deps.sh b/.github/scripts/fetch_helm_deps.sh index af0af0d65d9..4f8334b6ab4 100755 --- a/.github/scripts/fetch_helm_deps.sh +++ b/.github/scripts/fetch_helm_deps.sh @@ -94,4 +94,4 @@ if [ -z "$1" ]; then done else download_deps "$1" -done +fi