lnrpc/gen_protos: add missing space before escaped newline
This commit is contained in:
parent
8aecccf266
commit
ddfcba46e7
@ -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…
Reference in New Issue
Block a user