This commit is contained in:
kjeld Schouten-Lebbing
2022-03-30 00:29:12 +02:00
parent 7a24f89bc8
commit 9e6627dfb7

View File

@@ -729,7 +729,7 @@ release_charts() {
export -f release_charts
update_index() {
local args=(-o "$owner" -r "$repo" -c "$charts_repo_url"
local args=(-o "$owner" -r "$repo" -c "$charts_repo_url")
if [[ -n "$config" ]]; then
args+=(--config "$config")
fi