bump(github.com/robfig/cron): 783cfcb01fb00c48f740c9de79122bd410294149
This commit is contained in:
1
vendor/github.com/robfig/cron/spec.go
generated
vendored
1
vendor/github.com/robfig/cron/spec.go
generated
vendored
@@ -151,7 +151,6 @@ func dayMatches(s *SpecSchedule, t time.Time) bool {
|
||||
domMatch bool = 1<<uint(t.Day())&s.Dom > 0
|
||||
dowMatch bool = 1<<uint(t.Weekday())&s.Dow > 0
|
||||
)
|
||||
|
||||
if s.Dom&starBit > 0 || s.Dow&starBit > 0 {
|
||||
return domMatch && dowMatch
|
||||
}
|
||||
|
Reference in New Issue
Block a user