Skip to content

Commit

Permalink
chore(internal/gapicgen): actually freeze cloud dir (#7326)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Jan 30, 2023
1 parent c88fbdf commit 2f45776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gapicgen/generator/genproto.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func NewGenprotoGenerator(c *Config) *GenprotoGenerator {
var skipPrefixes = []string{
"google.golang.org/genproto/googleapis/ads/",
"google.golang.org/genproto/googleapis/storage/",
"googleapis/cloud/",
"google.golang.org/genproto/googleapis/cloud/",
}

func hasPrefix(s string, prefixes []string) bool {
Expand Down

0 comments on commit 2f45776

Please sign in to comment.