From 7e951635e1d3aebe35091a1dfc0fdeb1e52ca33a Mon Sep 17 00:00:00 2001 From: Rimas Mocevicius Date: Fri, 23 Nov 2018 14:36:57 +0000 Subject: [PATCH] Update repo-sync.sh --- .scripts/repo-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/repo-sync.sh b/.scripts/repo-sync.sh index f3cdf698..17ec1fc1 100644 --- a/.scripts/repo-sync.sh +++ b/.scripts/repo-sync.sh @@ -7,7 +7,7 @@ REPO_URL="https://charts.keel.sh" function gen_packages() { echo "Packaging charts from source code" mkdir -p temp - for d in stable/* + for d in chart/* do if [[ -d $d ]] then