Skip to content

Commit 23e5a85

Browse files
authored
Merge pull request kubernetes#93627 from hasheddan/verify-py3
run make verify with python3 to fix publishing bot issue
2 parents d42d158 + 8accd35 commit 23e5a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/make-rules/verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ fi
220220

221221
ret=0
222222
run-checks "${KUBE_ROOT}/hack/verify-*.sh" bash
223-
run-checks "${KUBE_ROOT}/hack/verify-*.py" python
223+
run-checks "${KUBE_ROOT}/hack/verify-*.py" python3
224224
missing-target-checks
225225

226226
if [[ ${ret} -eq 1 ]]; then

0 commit comments

Comments
 (0)