typo in consts.go - SCHEDULLER_NOT_RUNNING

should be SCHEDULER_NOT_RUNNING
This commit is contained in:
Anthony Somerset
2021-08-26 21:24:37 +02:00
committed by Dan Christian Bogos
parent 6f4e0775ef
commit e7d946c4ec

View File

@@ -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"