Skip to content

Commit e07cd85

Browse files
authored
fixed -o flag fail. issue 1118 (#1134)
1 parent 75c7b35 commit e07cd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/k8s-local-cluster-test/run-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ while getopts "pdn:oc:a:b:v:w:" opt; do
186186
done
187187

188188
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")
189+
TMP_DIR=$("$SCRIPTPATH/../k8s-local-cluster-test/provision-cluster" -b "$CLUSTER_NAME_BASE" -v "$K8S_VERSION" "$PROVISION_CLUSTER_ARGS")
190190
fi
191191
if [[ $OVERRIDE_PATH -eq 0 ]]; then
192192
export PATH=$TMP_DIR:$PATH

0 commit comments

Comments
 (0)