diff --git a/cfg/config.go b/cfg/config.go index 1e59942..d505531 100644 --- a/cfg/config.go +++ b/cfg/config.go @@ -10,9 +10,10 @@ import ( ) type Config struct { - ScriptBinaryPath string `required:"true" split_words:"true"` - WebhookScriptPath string `required:"true" split_words:"true"` - FileToWatchPath string `required:"true" split_words:"true"` + ScriptBinaryPath string `required:"true" split_words:"true"` + WebhookScriptPath string `required:"true" split_words:"true"` + FileToWatchPath string `required:"true" split_words:"true"` + TestFileToWatchPath string `required:"true" split_words:"true"` } func rootDir() string {