We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b8022 commit e20b3e1Copy full SHA for e20b3e1
1 file changed
doc/contributor/howto-guide-adding-generated-libraries.md
@@ -147,7 +147,7 @@ bazel run \
147
//generator:google-cloud-cpp-codegen -- \
148
--protobuf_proto_path="${bazel_output_base}"/external/com_google_protobuf/src \
149
--googleapis_proto_path="${bazel_output_base}"/external/com_google_googleapis \
150
- --discovery_proto_path="${PWD}" \
+ --discovery_proto_path="${PWD}/protos" \
151
--output_path="${PWD}" \
152
--config_file="${PWD}/generator/generator_config.textproto" \
153
--scaffold_templates_path="${PWD}/generator/templates/" \
0 commit comments