mirror of https://github.com/k3s-io/k3s
Default value for ${@}, otherwise nounset causes failure
parent
c9c98ab19e
commit
8cbd97d8bd
|
@ -103,4 +103,4 @@ fi
|
|||
--host="https://${KUBE_MASTER_IP-}" \
|
||||
--provider="${KUBERNETES_PROVIDER}" \
|
||||
${E2E_REPORT_DIR+"--report_dir=${E2E_REPORT_DIR}"} \
|
||||
"${@}"
|
||||
"${@:-}"
|
||||
|
|
Loading…
Reference in New Issue