Skip to content

Commit ddd8b4c

Browse files
Update provider/helpers/schedule_validation.go
Co-authored-by: Danny Kopping <[email protected]>
1 parent 68bcb2f commit ddd8b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/helpers/schedule_validation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func ValidateSchedules(schedules []string) error {
2525
}
2626

2727
// SchedulesOverlap checks if two schedules overlap by checking
28-
// days, months, and hours separately
28+
// all cron fields separately
2929
func SchedulesOverlap(schedule1, schedule2 string) (bool, error) {
3030
// Get cron fields
3131
fields1 := strings.Fields(schedule1)

0 commit comments

Comments
 (0)