diff --git a/.github/scripts/fetch_helm_deps.sh b/.github/scripts/fetch_helm_deps.sh index f234d09b597..1ad8398f6f7 100755 --- a/.github/scripts/fetch_helm_deps.sh +++ b/.github/scripts/fetch_helm_deps.sh @@ -7,7 +7,7 @@ command -v go-yq >/dev/null 2>&1 || { } # define defaults -cache_path=${cache_path:-'./tgz_cache'}" +cache_path="${cache_path:-'./tgz_cache'}" charts_ath="${charts_ath:-'../../charts'}" mkdir -p "$cache_path"