summaryrefslogtreecommitdiff
path: root/internal/config
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2020-02-28 13:14:29 +0000
committerPaul Buetow <pbuetow@mimecast.com>2020-02-28 13:14:29 +0000
commit71d2786aeaa793d9cf51c389d2e91cf472d25f7a (patch)
treeb2cf5a8e3f86f05b5d4870809637bcd9b967906c /internal/config
parentcb2de4109632932bccf5d13e77f40157d4e84c18 (diff)
more on scheduled commands
Diffstat (limited to 'internal/config')
-rw-r--r--internal/config/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/config.go b/internal/config/config.go
index d20a480..166e143 100644
--- a/internal/config/config.go
+++ b/internal/config/config.go
@@ -10,7 +10,7 @@ import (
const ControlUser string = "DTAIL-CONTROL-USER"
// ScheduledUser is used for scheduled queries.
-const ScheduledUser string = "DTAIL-SCHEDULED-USER"
+const ScheduleUser string = "DTAIL-SCHEDULED-USER"
// Client holds a DTail client configuration.
var Client *ClientConfig