mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-03-19 18:40:41 +01:00
-lt is 'lower than', so if you have wday=7 it will not be valid, which is wrong, because wday range is 0-7. Changed to -le which means 'lower or equal'