Skip to content

Commit 5621400

Browse files
authored
cleanup: missing services script bzlmod (#14608)
1 parent c967973 commit 5621400

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/contributor/howto-guide-find-missing-service-protos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bazel build //:grpc_utils
2525
Next find out where bazel downloaded the code:
2626

2727
```shell
28-
googleapis="$(bazel info output_base)/external/com_google_googleapis/"
28+
googleapis="$(bazel info output_base)/external/googleapis~/"
2929
```
3030

3131
At this point we can run a "one liner" to find the mismatched repos:

doc/contributor/howto-guide-update-googleapis-sha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ bugs or PRs to add any new `*.proto` files to existing libraries.
5555

5656
```shell
5757
bazel build //:grpc_utils
58-
googleapis="$(bazel info output_base)/external/com_google_googleapis/"
58+
googleapis="$(bazel info output_base)/external/googleapis~/"
5959
time comm -23 \
6060
<(git ls-files -- 'external/googleapis/protolists/*.list' | \
6161
xargs sed -e 's;@com_google_googleapis//;;' -e 's;:;/;' | \

0 commit comments

Comments
 (0)