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:27:53 +01:00 committed by GitHub
parent 279e71d6fd
commit 9c774c720f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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