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 16:32:22 +01:00
committed by GitHub
parent bde6567b79
commit 318fde858e

View File

@@ -7,8 +7,8 @@ command -v go-yq >/dev/null 2>&1 || {
}
# define defaults
cache_path="${cache_path:-'./tgz_cache'}"
charts_ath="${charts_ath:-'./charts'}"
cache_path=${cache_path:-./tgz_cache}
charts_ath=${charts_ath:-./charts}
mkdir -p "$cache_path"