Skip to content

Commit 3e5f4c6

Browse files
jbrooksukdjdefi
authored andcommitted
Fixes the crontab syntax (#70)
1 parent 6e528e7 commit 3e5f4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/crontab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#minute hour mday month wday who command
2-
* * * * * www-data php /var/www/html/artisan schedule:run 1>> /dev/null 2>&1
2+
* * * * * www-data php /var/www/html/artisan schedule:run >> /dev/null 2>&1

0 commit comments

Comments
 (0)