Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

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 98c4588 commit 63d5876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 63d5876

Please sign in to comment.