Commit 3d4fce06 authored by Stan Hu's avatar Stan Hu

Get crontab format right

parent f8a1a274
......@@ -131,7 +131,7 @@ class Settings < Settingslogic
hour = rand(24)
minute = rand(60)
"#{hour} #{minute} * * 0"
"#{minute} #{hour} * * 0"
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment