summaryrefslogtreecommitdiffstats
path: root/abs/extra/ruby/ruby.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/ruby/ruby.install')
-rw-r--r--abs/extra/ruby/ruby.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/extra/ruby/ruby.install b/abs/extra/ruby/ruby.install
index ce78e96..165936c 100644
--- a/abs/extra/ruby/ruby.install
+++ b/abs/extra/ruby/ruby.install
@@ -3,7 +3,7 @@
print_gem_default_target() {
echo 'The default location of gem installs is $HOME/.gem/ruby'
echo 'Add the following line to your PATH if you plan to install using gem'
- echo '$(ruby -rubygems -e "puts Gem.user_dir")/bin'
+ echo '$(ruby -e "puts Gem.user_dir")/bin'
echo 'If you want to install to the system wide location, you must either:'
echo 'edit /etc/gemrc or run gem with the --no-user-install flag.'
}