diff options
author | elijah <elijah@riseup.net> | 2012-12-12 14:03:09 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-12-12 14:03:09 -0800 |
commit | 288c3a871d96e836c3165be19ae23e0d9dc17f11 (patch) | |
tree | 27480b9c2e9fce556456492f4b959b08226995c8 | |
parent | cf236b4d253bcd779753acc1694f73ef13b56c95 (diff) | |
parent | 082ac768ec2a1f0f0bbf77fd786d50871d0aabc1 (diff) | |
download | leap_cli-288c3a871d96e836c3165be19ae23e0d9dc17f11.tar.gz leap_cli-288c3a871d96e836c3165be19ae23e0d9dc17f11.tar.bz2 |
Merge branch 'master' of ssh://leap.se/leap_cli
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ task 'install' do print "Do you want to continue installing to #{home_gem_path}? [y/N] " input = STDIN.readline if input =~ /[yY]/ - run "gem install #{options} --user-install '#{$gem_path}'" + run "gem install #{$gem_path} #{options} --install-dir '#{home_gem_path}' " else puts "bailing out." end |