Skip to content

Commit

Permalink
Fix broken CRON
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmwatson committed Aug 14, 2024
1 parent 501d8d2 commit 83e8701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"cron": [
{
"command": "curl api.pmg.org.za/v2/bill-tracker/update/ > /var/log/cron-bill-tracker",
"schedule": "0 1 * * *"
"command": "curl https://api.pmg.org.za/v2/bill-tracker/update/",
"schedule": "@daily"
}
]
}

0 comments on commit 83e8701

Please sign in to comment.