From 6622def60bb96652b19e5f63185b1b9cc8b01a48 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 6 Mar 2020 18:18:09 +0000 Subject: make Mr. Lint happy --- internal/config/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/config') 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 -- cgit v1.2.3