diff options
| author | Paul Bütow <pbuetow@mimecast.com> | 2020-02-16 13:10:47 +0000 |
|---|---|---|
| committer | Paul Bütow <pbuetow@mimecast.com> | 2020-02-16 13:10:47 +0000 |
| commit | 86ecab818a6089f6da7267463edbc5300ddc155c (patch) | |
| tree | e5168a98e446ba638b44b15e2b9a5e287b45c31f /internal/config | |
| parent | 1bdfd96a799726ff74b52955a25b216de62c14d2 (diff) | |
rename scheduled user to schedule user
Diffstat (limited to 'internal/config')
| -rw-r--r-- | internal/config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/config.go b/internal/config/config.go index d20a480..239bfd1 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-SCHEDULE-USER" // Client holds a DTail client configuration. var Client *ClientConfig |
