Skip to content

Commit

Permalink
[bugfix] argh, fixed load path addition in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nu7hatch committed Jul 24, 2012
1 parent f2cdba6 commit b083f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- ruby -*-
$LOAD_PATH.unshift(File.expand_path('../lib'), __FILE__)
$LOAD_PATH.unshift(File.expand_path('../lib', __FILE__))

Dir[File.expand_path('../lib/tasks/*.rake', __FILE__)].each do |rakefile|
load rakefile
Expand Down

0 comments on commit b083f8b

Please sign in to comment.