Skip to content

Commit

Permalink
build: typo in synth.py breaking autosynth (#455)
Browse files Browse the repository at this point in the history
fixes #454
  • Loading branch information
bcoe authored Jun 21, 2020
1 parent f07990f commit 10c3824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

common_templates = gcp.CommonTemplates()
templates = common_templates.node_library()
s.copy(templates, exclude=[
s.copy(templates, excludes=[
'.mocharc.js'
])
node.install()
Expand Down

0 comments on commit 10c3824

Please sign in to comment.