Skip to content

Commit

Permalink
add the local lib to the load path in ./bin/rougify
Browse files Browse the repository at this point in the history
  • Loading branch information
jneen committed Jun 7, 2013
1 parent bf36ada commit 07db490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/rougify
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require 'pathname'
ROOT_DIR = Pathname.new(__FILE__).dirname.parent
$:.push(ROOT_DIR.join('lib'))
load ROOT_DIR.join('lib/rouge.rb')
load ROOT_DIR.join('lib/rouge/cli.rb')

Expand Down

0 comments on commit 07db490

Please sign in to comment.