diff --git a/tools/build-release.sh b/tools/build-release.sh index 4e8640b2001..a9193a37696 100755 --- a/tools/build-release.sh +++ b/tools/build-release.sh @@ -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