From 3405853e6d01acd43cfd9fca273e08ab96f5dff0 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Sat, 4 Mar 2023 16:03:02 -0800 Subject: [PATCH] Codegen: clean up stray ls-files use --- hack/update-codegen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/update-codegen.sh b/hack/update-codegen.sh index 183e1bea2a5..7940e5f126d 100755 --- a/hack/update-codegen.sh +++ b/hack/update-codegen.sh @@ -926,7 +926,7 @@ function codegen::protobindings() { fi for api in "${apis[@]}"; do - git ls-files -z -cmo --exclude-standard ":(glob)${api}"/'**/api.pb.go' \ + git_find -z ":(glob)${api}"/'**/api.pb.go' \ | xargs -0 rm -f done