Skip to content

Commit

Permalink
Update bofk-cli.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
KINGSABRI committed Feb 3, 2013
1 parent cde5ab8 commit 4053511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bofk-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
APP_ROOT = Dir.pwd
ROOT = $:.unshift(File.join(APP_ROOT,'lib'))
GEMS = "#{APP_ROOT}/gems"
BIN = "#{APP_ROOT}/bin"
OUT = "#{APP_ROOT}/out"
BIN = "#{APP_ROOT}/bin"
OUT = "#{APP_ROOT}/out"
VERSION = "0.0.4"

require "#{GEMS}/colorize-0.5.8/lib/colorize.rb"
Expand Down

0 comments on commit 4053511

Please sign in to comment.