Update fetch_helm_deps.sh

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing
2022-11-12 15:33:44 +01:00
committed by GitHub
parent acb92de675
commit 27548259e2
+1 -1
View File
@@ -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"