Skip to content

Commit

Permalink
don't munge the loadpath in rougify
Browse files Browse the repository at this point in the history
  • Loading branch information
jneen committed Dec 1, 2013
1 parent 8418c33 commit 5bfc05f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/rougify
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

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

Expand Down

0 comments on commit 5bfc05f

Please sign in to comment.