Skip to content

Commit

Permalink
internal: re-enable generation of customsearch (#511)
Browse files Browse the repository at this point in the history
This should no longer be an issue to generate now that we make sure we only re-generate newer revisions.

Fixes: #471
  • Loading branch information
codyoss committed May 28, 2020
1 parent ffca6a4 commit b1e0454
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions google-api-go-generator/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ func (e *compileError) Error() string {

// skipAPIGeneration is a set of APIs to not generate when generating all clients.
var skipAPIGeneration = map[string]bool{
"customsearch:v1": true,
"sql:v1beta4": true,
"sql:v1beta4": true,
}

func main() {
Expand Down

0 comments on commit b1e0454

Please sign in to comment.