Skip to content

Commit

Permalink
lnrpc/gen_protos: add missing space before escaped newline
Browse files Browse the repository at this point in the history
  • Loading branch information
cfromknecht committed Feb 2, 2019
1 parent 8aecccf commit ddfcba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnrpc/gen_protos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit ddfcba4

Please sign in to comment.