From 2924b90d75a52d0de9005f4f3e030e75d347af54 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Sun, 29 May 2022 17:51:14 -0700 Subject: [PATCH] Change verify-api-groups.sh to s/vendor/staging/ I'm really not sure what this particular file check is doing, but that's for tomorrow. --- hack/verify-api-groups.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/verify-api-groups.sh b/hack/verify-api-groups.sh index ddee42daeac..3c09d5ba5b3 100755 --- a/hack/verify-api-groups.sh +++ b/hack/verify-api-groups.sh @@ -69,7 +69,7 @@ groups_without_codegen=( "imagepolicy" "admission" ) -client_gen_file="${KUBE_ROOT}/vendor/k8s.io/code-generator/cmd/client-gen/main.go" +client_gen_file="${KUBE_ROOT}/staging/src/k8s.io/code-generator/cmd/client-gen/main.go" for group_dirname in "${group_dirnames[@]}"; do if ! grep -q "${group_dirname}/" "${client_gen_file}" ; then