1
0
mirror of https://github.com/strongdm/comply synced 2024-09-28 22:30:59 +00:00

spelling: enough

This commit is contained in:
Josh Soref 2019-11-01 15:25:01 -04:00
parent b5ec31e9e3
commit 6ea185f29b

View File

@ -86,7 +86,7 @@ func TriggerScheduled() error {
}
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()) {
triggeredAt = triggeredAt.Add(-24 * time.Hour)
continue