Fixed issue with actionlist autocompletion

This commit is contained in:
frikky
2022-02-11 00:23:34 +01:00
parent 349449e903
commit 65418b39c4
5 changed files with 27 additions and 7 deletions
+1 -1
View File
@@ -3939,7 +3939,7 @@ func runInitEs(ctx context.Context) {
}
for _, schedule := range schedules {
if schedule.Environment == "cloud" {
if strings.toToLower(schedule.Environment) == "cloud" {
log.Printf("Skipping cloud schedule")
continue
}