Skip to content
Snippets Groups Projects
Commit 4cd2b78d authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Fix cron type definition

parent 603175f1
Branches
No related tags found
No related merge requests found
...@@ -158,7 +158,7 @@ class skadereg( ...@@ -158,7 +158,7 @@ class skadereg(
cron { 'artisan schedule:run': cron { 'artisan schedule:run':
minute => '*', minute => '*',
hour => '*', hour => '*',
date => '*', monthday => '*',
month => '*', month => '*',
weekday => '*', weekday => '*',
user => 'apache', user => 'apache',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment