cron-checker icon indicating copy to clipboard operation
cron-checker copied to clipboard

Every minute may be misinterpreted

Open faridsaad opened this issue 10 years ago • 2 comments

the '' value for every minute can also be written as '/1' in which case the output of the app is to say 'every 1st minute of'. This would be incorrect since it should be 'every 1 minute of': https://github.com/pbyrne/cron-checker/blob/master/app/models/representations/time.rb#L42

Think just removing ordinalize() when the minute == 1 would fix it.

faridsaad avatar Oct 22 '14 17:10 faridsaad

Thanks for the bug report. We just brought a brand-new baby home yesterday (our first), so it probably won't be awhile until I get to this, though.

pbyrne avatar Oct 26 '14 21:10 pbyrne

Seconding this issue.

And congratulations!

jdrews avatar Apr 11 '15 06:04 jdrews