Skip to content

Commit 5d874cc

Browse files
authored
Merge pull request #112 from xing-yang/cleanup
Cleanup
2 parents d437673 + 79bbca7 commit 5d874cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: prow.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ configvar CSI_PROW_E2E_ALPHA_GATES "$(get_versioned_variable CSI_PROW_E2E_ALPHA_
331331

332332
# Which external-snapshotter tag to use for the snapshotter CRD and snapshot-controller deployment
333333
default_csi_snapshotter_version () {
334-
if [ "${CSI_PROW_KUBERNETES_VERSION}" = "latest" ] || [ "${CSI_PROW_DRIVER_CANARY}" == "canary" ]; then
334+
if [ "${CSI_PROW_KUBERNETES_VERSION}" = "latest" ] || [ "${CSI_PROW_DRIVER_CANARY}" = "canary" ]; then
335335
echo "master"
336336
else
337337
echo "v3.0.2"

0 commit comments

Comments
 (0)