From d2a5671fbb4959895dca219c496d73711b5d006f Mon Sep 17 00:00:00 2001 From: Robert Strouse Date: Wed, 14 Oct 2020 10:10:01 -0700 Subject: [PATCH] Fixed config mispelling --- defaultConfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaultConfig.json b/defaultConfig.json index b524e451..49ba3eb7 100755 --- a/defaultConfig.json +++ b/defaultConfig.json @@ -162,7 +162,7 @@ "intellichem": { "enabled": true, "includeActions": [], - "exclueActions": [], + "excludeActions": [], "includeSource": [], "includeDest": [], "excludeSource": [], @@ -171,7 +171,7 @@ "intellivalve": { "enabled": true, "includeActions": [], - "exclueActions": [], + "excludeActions": [], "includeSource": [], "includeDest": [], "excludeSource": [],