mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-18 13:27:56 +01:00
lnrpc: identify *.proto files as separate files within a given directory
This commit is contained in:
parent
03f9549f97
commit
308e7ce72d
@ -67,7 +67,7 @@ function generate() {
|
||||
--plugin=protoc-gen-custom=$falafel\
|
||||
--custom_out=. \
|
||||
--custom_opt="$opts" \
|
||||
"$(find . -name '*.proto')"
|
||||
$(find . -name '*.proto')
|
||||
popd
|
||||
done
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user