mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-15 14:26:33 -04:00
Codegen: clean up stray ls-files use
This commit is contained in:
parent
bbbbfcd967
commit
3405853e6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue