Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ and add the new service.
Find the list of `.proto` files that will need to be included:

```shell
find "${bazel_output_base}/external/googleapis~/${subdir}" -name '*.proto' -print0 |
find "${bazel_output_base}/external/googleapis+/${subdir}" -name '*.proto' -print0 |
xargs -0 grep -l '^service'
```

Expand Down