mirror: Fix warnings from cron jobs
This commit is contained in:
parent
795a00e5c4
commit
e2b18c7f36
2 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@
|
|||
- name: create sync cron job
|
||||
cron:
|
||||
name: sync-thinlinc-repo
|
||||
hour: 4
|
||||
minute: 5
|
||||
hour: "4"
|
||||
minute: "5"
|
||||
job: /usr/local/bin/sync-thinlinc-repo
|
||||
user: mirror
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue