Skip to content

Commit

Permalink
chore: fix appengine service config (#3829)
Browse files Browse the repository at this point in the history
The source file was renamed. Referencing this file that no longer
exists is currently causing our regen to fail.
  • Loading branch information
codyoss authored Mar 17, 2021
1 parent d8689f1 commit f9d3d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gapicgen/generator/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ var microgenGapicConfigs = []*microgenConfig{
inputDirectoryPath: "google/appengine/v1",
pkg: "appengine",
importPath: "cloud.google.com/go/appengine/apiv1",
apiServiceConfigPath: "google/appengine/v1/appengine.yaml",
apiServiceConfigPath: "google/appengine/v1/appengine_v1.yaml",
releaseLevel: "ga",
},
{
Expand Down

0 comments on commit f9d3d85

Please sign in to comment.