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

Merge branch 'add-cron' into 'production'

Fix cron type definition

See merge request pm-liuit/skadereg!21
parents 8fed599a 4cd2b78d
No related branches found
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