We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5bed6 commit 77aa19dCopy full SHA for 77aa19d
internal/gapicgen/generator/genproto.go
@@ -215,7 +215,7 @@ func (g *GenprotoGenerator) getUpdatedPackages(googleapisHash string) (map[strin
215
if !strings.HasSuffix(v, ".proto") {
216
continue
217
}
218
- if !strings.HasSuffix(v, "compute_small.proto") {
+ if strings.HasSuffix(v, "compute_small.proto") {
219
220
221
path := filepath.Join(g.googleapisDir, v)
0 commit comments