Skip to content

Commit 5616192

Browse files
committed
Fix incorrect load path in Resque rake task
1 parent b6b19f5 commit 5616192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/resque.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
$LOAD_PATH.unshift File.dirname(__FILE__) + '/../lib'
1+
$LOAD_PATH.unshift File.dirname(__FILE__) + '/../../lib'
22
require 'resque/tasks'

0 commit comments

Comments
 (0)