Skip to content

Commit

Permalink
Fixes the crontab syntax (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk authored and djdefi committed May 24, 2016
1 parent 6e528e7 commit 3e5f4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/crontab
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#minute hour mday month wday who command
* * * * * www-data php /var/www/html/artisan schedule:run 1>> /dev/null 2>&1
* * * * * www-data php /var/www/html/artisan schedule:run >> /dev/null 2>&1

0 comments on commit 3e5f4c6

Please sign in to comment.