Skip to content

Commit

Permalink
fixed loading rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
morgoth authored and dbackeus committed May 18, 2011
1 parent 1cb11bf commit 9c85899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -2,7 +2,7 @@
# Setup
#

load 'tasks/resque.rake'
load 'lib/tasks/resque.rake'

$LOAD_PATH.unshift 'lib'
require 'resque/tasks'
Expand Down
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.expand_path("../..", __FILE__)
require 'resque/tasks'

0 comments on commit 9c85899

Please sign in to comment.