Define filepath as empty string
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler 2021-03-06 23:47:15 -05:00
parent 10f5266bc1
commit 7ffaace062
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ func main() {
log.WithError(err).Fatal("Unable to setup new compiler") log.WithError(err).Fatal("Unable to setup new compiler")
} }
c.DefineVariable("filepath", "")
loadRules(c) loadRules(c)
rules, err := c.GetRules() rules, err := c.GetRules()