From 7ffaace0620154fcf6a2de430ee140eb67f8e9fe Mon Sep 17 00:00:00 2001 From: Tyler Date: Sat, 6 Mar 2021 23:47:15 -0500 Subject: [PATCH] Define filepath as empty string --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index 5a73615..7a1f795 100644 --- a/main.go +++ b/main.go @@ -47,6 +47,8 @@ func main() { log.WithError(err).Fatal("Unable to setup new compiler") } + c.DefineVariable("filepath", "") + loadRules(c) rules, err := c.GetRules()