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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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"