Skip to content

Commit c536d7e

Browse files
committed
Add missing backlash in run-windows-k8s-migration.sh
1 parent 1c86d4d commit c536d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-windows-k8s-migration.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ base_cmd="${PKGDIR}/bin/k8s-integration-test \
5757
--deploy-overlay-name=${overlay_name} \
5858
--test-version=${test_version} \
5959
--kube-version=${kube_version} \
60-
--kube-feature-gates=${feature_gates}
60+
--kube-feature-gates=${feature_gates} \
6161
--storageclass-files=sc-windows.yaml \
6262
--snapshotclass-file=pd-volumesnapshotclass.yaml \
6363
--test-focus=${GCE_PD_TEST_FOCUS} \

0 commit comments

Comments
 (0)