aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-12-12 14:03:09 -0800
committerelijah <elijah@riseup.net>2012-12-12 14:03:09 -0800
commit288c3a871d96e836c3165be19ae23e0d9dc17f11 (patch)
tree27480b9c2e9fce556456492f4b959b08226995c8 /Rakefile
parentcf236b4d253bcd779753acc1694f73ef13b56c95 (diff)
parent082ac768ec2a1f0f0bbf77fd786d50871d0aabc1 (diff)
downloadleap_cli-288c3a871d96e836c3165be19ae23e0d9dc17f11.tar.gz
leap_cli-288c3a871d96e836c3165be19ae23e0d9dc17f11.tar.bz2
Merge branch 'master' of ssh://leap.se/leap_cli
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 9016dda..d597085 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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