We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654d9c4 commit 6b6c478Copy full SHA for 6b6c478
doc/contributor/howto-guide-adding-generated-libraries.md
@@ -97,7 +97,7 @@ and add the new service.
97
Find the list of `.proto` files that will need to be included:
98
99
```shell
100
-find "${bazel_output_base}/external/googleapis~/${subdir}" -name '*.proto' -print0 |
+find "${bazel_output_base}/external/googleapis+/${subdir}" -name '*.proto' -print0 |
101
xargs -0 grep -l '^service'
102
```
103
0 commit comments