m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-19 10:23:42 -05:00

docs: mention seconds are required in cron pattern

This commit is contained in:
Sergio
2025-04-03 15:24:50 +03:00
parent 86d5b0465c
commit ba20dd3086
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@
},
"refresh_interval": {
"type": "string",
"description": "The interval at which Cup should check for updates. Must be a valid cron expression. Reference: https://github.com/Hexagon/croner-rust#pattern",
"description": "The interval at which Cup should check for updates. Must be a valid cron expression. Seconds are not optional. Reference: https://github.com/Hexagon/croner-rust#pattern",
"minLength": 11
},
"registries": {