Fix log path. Refs #112
This commit is contained in:
parent
cd41980441
commit
205320c200
|
@ -13,5 +13,5 @@ every 5.minutes do
|
|||
end
|
||||
|
||||
every 1.day, :at => '4:00 am' do
|
||||
rake "import:sync:all", :output => 'sync.log'
|
||||
rake "import:sync:all", :output => 'log/sync.log'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue