Fix log path. Refs #112

This commit is contained in:
Pavel Chipiga 2012-01-28 05:09:39 +02:00
parent cd41980441
commit 205320c200
1 changed files with 1 additions and 1 deletions

View File

@ -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