Skip to content
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.

Commit

Permalink
Fix load path problem caused from rake
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryo Nakamura committed Jul 18, 2013
1 parent 5358c1d commit 3bb2e0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/altria.rb
@@ -1,3 +1,5 @@
$LOAD_PATH.unshift File.expand_path("..", __FILE__)

require "altria/command"
require "altria/configuration"
require "altria/responder"
Expand Down

0 comments on commit 3bb2e0f

Please sign in to comment.