Skip to content

Commit

Permalink
Fixed path to local reek for rake version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrutherford committed Mar 3, 2009
1 parent 622b2cd commit 2952d09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ require 'rake'
require 'rake/clean'
require 'fileutils'

$:.unshift File.dirname(__FILE__) + '/lib'

Dir['tasks/**/*.rake'].each { |t| load t }

0 comments on commit 2952d09

Please sign in to comment.