mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 21:12:07 +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
|
fi
|
||||||
|
|
||||||
for api in "${apis[@]}"; do
|
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
|
| xargs -0 rm -f
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user