mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
lnrpc/gen_protos: add missing space before escaped newline
This commit is contained in:
parent
8aecccf266
commit
ddfcba46e7
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue