From e7d946c4ec0ce2468d1ea973cdba953cd1fdfa21 Mon Sep 17 00:00:00 2001 From: Anthony Somerset Date: Thu, 26 Aug 2021 21:24:37 +0200 Subject: [PATCH] typo in consts.go - SCHEDULLER_NOT_RUNNING should be SCHEDULER_NOT_RUNNING --- utils/consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/consts.go b/utils/consts.go index bb424b8ef..aec4e4dff 100644 --- a/utils/consts.go +++ b/utils/consts.go @@ -382,7 +382,7 @@ const ( ServiceAlreadyRunning = "service already running" RunningCaps = "RUNNING" StoppedCaps = "STOPPED" - SchedulerNotRunningCaps = "SCHEDULLER_NOT_RUNNING" + SchedulerNotRunningCaps = "SCHEDULER_NOT_RUNNING" MetaScheduler = "*scheduler" MetaSessionsCosts = "*sessions_costs" MetaRALs = "*rals"