Skip to content

Commit e20b3e1

Browse files
authored
docs: update 'generate libraries' howto (#12889)
1 parent e0b8022 commit e20b3e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/contributor/howto-guide-adding-generated-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ bazel run \
147147
//generator:google-cloud-cpp-codegen -- \
148148
--protobuf_proto_path="${bazel_output_base}"/external/com_google_protobuf/src \
149149
--googleapis_proto_path="${bazel_output_base}"/external/com_google_googleapis \
150-
--discovery_proto_path="${PWD}" \
150+
--discovery_proto_path="${PWD}/protos" \
151151
--output_path="${PWD}" \
152152
--config_file="${PWD}/generator/generator_config.textproto" \
153153
--scaffold_templates_path="${PWD}/generator/templates/" \

0 commit comments

Comments
 (0)