diff --git a/tools/Google.Cloud.Tools.ReleaseManager/GenerateApisCommand.cs b/tools/Google.Cloud.Tools.ReleaseManager/GenerateApisCommand.cs index 01d6ebd245f3..f4211eab1f93 100644 --- a/tools/Google.Cloud.Tools.ReleaseManager/GenerateApisCommand.cs +++ b/tools/Google.Cloud.Tools.ReleaseManager/GenerateApisCommand.cs @@ -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")); } }