Skip to content

Commit

Permalink
Fix incorrect load path in Resque rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Aug 30, 2011
1 parent b6b19f5 commit 5616192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/resque.rake
@@ -1,2 +1,2 @@
$LOAD_PATH.unshift File.dirname(__FILE__) + '/../lib'
$LOAD_PATH.unshift File.dirname(__FILE__) + '/../../lib'
require 'resque/tasks'

0 comments on commit 5616192

Please sign in to comment.