mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-19 21:44:40 +01:00
lnrpc/gen_protos: add missing space before escaped newline
This commit is contained in:
@@ -27,7 +27,7 @@ do
|
||||
DIRECTORY=$(dirname ${file})
|
||||
echo "Generating protos from ${file}, into ${DIRECTORY}"
|
||||
|
||||
protoc -I/usr/local/include -I.\
|
||||
protoc -I/usr/local/include -I. \
|
||||
-I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
|
||||
--go_out=plugins=grpc,paths=source_relative:. \
|
||||
${file}
|
||||
|
||||
Reference in New Issue
Block a user