summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2020-02-27 16:54:42 +0000
committerPaul Buetow <pbuetow@mimecast.com>2020-02-27 16:54:42 +0000
commitc9ed8c55e5713ac131f4fb86b65c2915ac0d3561 (patch)
treeeaec61f530b541fd94527533c0924544aca7dbc6 /internal
parentc1630f8b0a862b3680eea8c4f460aa175f6fb429 (diff)
outfile is optional
Diffstat (limited to 'internal')
-rw-r--r--internal/config/server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/server.go b/internal/config/server.go
index 09eb2c4..bc2f40a 100644
--- a/internal/config/server.go
+++ b/internal/config/server.go
@@ -19,7 +19,7 @@ type Scheduled struct {
Enable bool
Files string
Query string
- Outfile string
+ Outfile string `json:",omitempty"`
Discovery string `json:",omitempty"`
Servers []string `json:",omitempty"`
TimeRange [2]int