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

Fix cron type definition

parent 603175f1
No related branches found
No related tags found
1 merge request!21Fix cron type definition
Pipeline #3698 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