lnrpc: identify *.proto files as separate files within a given directory

This commit is contained in:
ffranr
2022-11-22 19:17:02 +00:00
parent 03f9549f97
commit 308e7ce72d

View File

@@ -67,7 +67,7 @@ function generate() {
--plugin=protoc-gen-custom=$falafel\
--custom_out=. \
--custom_opt="$opts" \
"$(find . -name '*.proto')"
$(find . -name '*.proto')
popd
done
}