mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +00:00
Codegen: clean up stray ls-files use
This commit is contained in:
parent
bbbbfcd967
commit
3405853e6d
@ -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 New Issue
Block a user