Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <ben.ye@bytedance.com>
  • Loading branch information
Ben Ye committed Aug 13, 2022
1 parent b3ac1b1 commit a34c0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/genproto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=. \
Expand Down

0 comments on commit a34c0f5

Please sign in to comment.