mirror of
https://github.com/strongdm/comply
synced 2024-11-16 21:04:54 +00:00
spelling: enough
This commit is contained in:
parent
b5ec31e9e3
commit
6ea185f29b
@ -86,7 +86,7 @@ func TriggerScheduled() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
candidate := schedule.Next(triggeredAt)
|
candidate := schedule.Next(triggeredAt)
|
||||||
// in the future? not far eonugh back yet.
|
// in the future? not far enough back yet.
|
||||||
if candidate.After(time.Now().UTC()) {
|
if candidate.After(time.Now().UTC()) {
|
||||||
triggeredAt = triggeredAt.Add(-24 * time.Hour)
|
triggeredAt = triggeredAt.Add(-24 * time.Hour)
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user