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
1 merge request!21Fix cron type definition
Pipeline #3697 passed
......@@ -158,7 +158,7 @@ class skadereg(
cron { 'artisan schedule:run':
minute => '*',
hour => '*',
date => '*',
monthday => '*',
month => '*',
weekday => '*',
user => 'apache',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment