From ddfcba46e7e4995f216c8f3af8a35df7ec43b116 Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Fri, 1 Feb 2019 18:01:44 -0800 Subject: [PATCH] lnrpc/gen_protos: add missing space before escaped newline --- lnrpc/gen_protos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnrpc/gen_protos.sh b/lnrpc/gen_protos.sh index c6bddea6d..bdc7dde51 100755 --- a/lnrpc/gen_protos.sh +++ b/lnrpc/gen_protos.sh @@ -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}