Update repo-sync.sh

update-chart-readme
Rimas Mocevicius 2018-11-23 14:36:57 +00:00 committed by GitHub
parent e4476f819f
commit 7e951635e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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