diff --git a/scripts/genproto.sh b/scripts/genproto.sh index 84bf90f406..528e523a5f 100755 --- a/scripts/genproto.sh +++ b/scripts/genproto.sh @@ -52,7 +52,7 @@ popd CORTEX_DIRS="cortex/querier/queryrange/" pushd "internal" for dir in ${CORTEX_DIRS}; do - ${PROTOC_BIN} --gogofast_out=Mgoogle/protobuf/any.proto=github.com/gogo/protobuf/types,plugins=grpc:. \ + ${PROTOC_BIN} --gogofast_out=Mgoogle/protobuf/any.proto=github.com/gogo/protobuf/types,plugins=grpc:. \ -I=../pkg \ -I="${GOGOPROTO_PATH}" \ -I=. \