cron-checker
cron-checker copied to clipboard
Every minute may be misinterpreted
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.
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.
Seconding this issue.
And congratulations!