Codegen: clean up stray ls-files use

This commit is contained in:
Tim Hockin 2023-03-04 16:03:02 -08:00
parent bbbbfcd967
commit 3405853e6d
No known key found for this signature in database

View File

@ -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