diff options
author | elijah <elijah@riseup.net> | 2014-10-28 23:43:23 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-10-28 23:43:23 -0700 |
commit | 4e858db55c914094cd8b99f7581767d56e67ec70 (patch) | |
tree | 19dca714b4aa393a8cccf847513bf35adce36098 /bin | |
parent | ead1110d69470c191447e4420b3751a035357b06 (diff) | |
download | leap_cli-4e858db55c914094cd8b99f7581767d56e67ec70.tar.gz leap_cli-4e858db55c914094cd8b99f7581767d56e67ec70.tar.bz2 |
pin net-ssh version to 2.7.0. later versions break interactive password authentication in capistrano. boo.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/leap | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -18,7 +18,6 @@ rescue LoadError # This allows you to run the command directly while developing the gem, and also lets you # run from anywhere (I like to link 'bin/leap' to /usr/local/bin/leap). # - require 'rubygems' base_dir = File.expand_path('..', File.dirname(File.symlink?(__FILE__) ? File.readlink(__FILE__) : __FILE__)) require File.join(base_dir, 'lib','leap_cli','load_paths') require 'leap_cli' |