Skip to content

Commit

Permalink
fix: Expect CommonResourcesConfig.json in generator input, not google…
Browse files Browse the repository at this point in the history
…apis
  • Loading branch information
jskeet committed Dec 17, 2024
1 parent 1a75431 commit 42f24ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ private void GenerateUnconfigured(string arg)
yield return ("transport", "grpc");
yield return ("rest-numeric-enums", "True");
yield return ("service-config", configFiles[0]);
yield return ("common-resources-config", Path.Combine(_rootLayout.Googleapis, "CommonResourcesConfig.json"));
yield return ("common-resources-config", Path.Combine(_rootLayout.GeneratorInput, "CommonResourcesConfig.json"));
}
}

Expand Down

0 comments on commit 42f24ac

Please sign in to comment.