We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c7b35 commit e07cd85Copy full SHA for e07cd85
test/k8s-local-cluster-test/run-test
@@ -186,7 +186,7 @@ while getopts "pdn:oc:a:b:v:w:" opt; do
186
done
187
188
if [[ -z $TMP_DIR ]]; then
189
- TMP_DIR=$("$SCRIPTPATH/../k8s-local-cluster-test/provision-cluster" -b "$CLUSTER_NAME_BASE" -v "$K8S_VERSION $PROVISION_CLUSTER_ARGS")
+ TMP_DIR=$("$SCRIPTPATH/../k8s-local-cluster-test/provision-cluster" -b "$CLUSTER_NAME_BASE" -v "$K8S_VERSION" "$PROVISION_CLUSTER_ARGS")
190
fi
191
if [[ $OVERRIDE_PATH -eq 0 ]]; then
192
export PATH=$TMP_DIR:$PATH
0 commit comments