diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-03-06 18:18:09 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-03-06 18:18:09 +0000 |
| commit | 6622def60bb96652b19e5f63185b1b9cc8b01a48 (patch) | |
| tree | 7432856bceccd966ddfd1c2e018799efd93da460 /internal/config | |
| parent | 56cea081dbc10c2b2937dc395911d084179ec69f (diff) | |
make Mr. Lint happy
Diffstat (limited to 'internal/config')
| -rw-r--r-- | internal/config/config.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/config/config.go b/internal/config/config.go index 166e143..7241276 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -9,8 +9,8 @@ import ( // ControlUser is used for various DTail specific operations. const ControlUser string = "DTAIL-CONTROL-USER" -// ScheduledUser is used for scheduled queries. -const ScheduleUser string = "DTAIL-SCHEDULED-USER" +// ScheduleUser is used for scheduled queries. +const ScheduleUser string = "DTAIL-SCHEDULE-USER" // Client holds a DTail client configuration. var Client *ClientConfig |
