aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-10-23 03:50:52 -0700
committerelijah <elijah@riseup.net>2012-10-23 03:50:52 -0700
commitd385da49ef6c17c64cf8be66002f5744c1ee38f7 (patch)
tree6e19772d6adf2b302e73dbd9229eb3618d19bab0 /bin
parent3a27d87e6a28e4b58842ca4cb7a1ddc4e6637b36 (diff)
downloadleap_cli-d385da49ef6c17c64cf8be66002f5744c1ee38f7.tar.gz
leap_cli-d385da49ef6c17c64cf8be66002f5744c1ee38f7.tar.bz2
patched supply_drop gem and vendored it
Diffstat (limited to 'bin')
-rwxr-xr-xbin/leap3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/leap b/bin/leap
index 171bbb0..0f55e5b 100755
--- a/bin/leap
+++ b/bin/leap
@@ -18,6 +18,7 @@ rescue LoadError
$LOAD_PATH.unshift lib_dir unless $LOAD_PATH.include?(lib_dir)
require 'rubygems'
require 'leap_cli'
+ require 'bundler/setup' # force evaluation of "Gemfile"
end
require 'gli'
@@ -37,8 +38,6 @@ module LeapCli::Commands
extend Forwardable
extend Terminal::Table::TableHelper
- ENV['GLI_DEBUG'] = "true"
-
#
# delegate highline methods to make them available to sub-commands
#