Skip to content

Commit

Permalink
chore: fix updated yaml file name (#7188)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Dec 27, 2022
1 parent c07605b commit e039e2b
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 @@ -134,7 +134,7 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
Pkg: "billing",
ImportPath: "cloud.google.com/go/billing/apiv1",
GRPCServiceConfigPath: "cloud_billing_grpc_service_config.json",
ApiServiceConfigPath: "cloudbilling.yaml",
ApiServiceConfigPath: "cloudbilling_v1.yaml",
ReleaseLevel: "ga",
},
{
Expand Down

0 comments on commit e039e2b

Please sign in to comment.