Skip to content

Commit

Permalink
Support bash before v4.4 (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Gunju Kim <gjkim042@gmail.com>
  • Loading branch information
gjkim42 committed Apr 13, 2022
1 parent 5022bd1 commit bb50f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Expand Up @@ -51,7 +51,7 @@ main() {
args+=(--kubectl-version "${INPUT_KUBECTL_VERSION}")
fi

"$SCRIPT_DIR/kind.sh" "${args[@]}"
"$SCRIPT_DIR/kind.sh" ${args[@]+"${args[@]}"}
}

main
Expand Down

0 comments on commit bb50f49

Please sign in to comment.