File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -388,10 +388,10 @@ std::vector<std::future<google::cloud::Status>> GenerateCodeFromProtos(
388388 std::vector<std::string> mixin_files_to_append;
389389 auto path = ServiceConfigYamlPath (yaml_root, scaffold_vars);
390390 if (!path.empty ()) {
391- args.emplace_back (absl::StrCat (" --cpp_codegen_opt=service_config_yaml=" ,
392- std::move (path)));
393391 auto mixins =
394392 google::cloud::generator_internal::GetMixinServiceProto (path);
393+ args.emplace_back (absl::StrCat (" --cpp_codegen_opt=service_config_yaml=" ,
394+ std::move (path)));
395395 for (auto const & mixin_service : mixins) {
396396 if (mixin_service.proto_file_path != service.service_proto_path ()) {
397397 args.emplace_back (" --cpp_codegen_opt=omit_service=" +
You can’t perform that action at this time.
0 commit comments