Skip to content

Commit fa60bf6

Browse files
fix the grpcurl script (thanos-io#2955)
Signed-off-by: Krasi Georgiev <8903888+krasi-georgiev@users.noreply.github.com>
1 parent 86e4b69 commit fa60bf6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/insecure_grpcurl_series.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,10 @@ SERIES_REQUEST='{
5252

5353
GOGOPROTO_ROOT="$(GO111MODULE=on go list -f '{{ .Dir }}' -m github.com/gogo/protobuf)"
5454

55-
pushd ${DIR}/../pkg/store/storepb/
55+
cd $DIR/../pkg/
5656
grpcurl \
5757
-import-path="${GOGOPROTO_ROOT}" \
5858
-import-path=. \
59-
-proto=rpc.proto \
59+
-proto=store/storepb/rpc.proto \
6060
-plaintext \
6161
-d="${SERIES_REQUEST}" "${STORE_API_HOSTPORT}" thanos.Store/Series
62-
popd

0 commit comments

Comments
 (0)