From 63d587641f18e41e0c64a4fffcc725bda2a72e5a Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Sun, 21 Jun 2020 14:50:07 -0700 Subject: [PATCH] build: typo in synth.py breaking autosynth (#455) fixes #454 --- synth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synth.py b/synth.py index 08e6b9bc..227da9ca 100644 --- a/synth.py +++ b/synth.py @@ -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()