Skip to content

Commit

Permalink
update rvm updater
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Mar 22, 2012
1 parent 5f6a536 commit e4fce7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/cli
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ rvm()
(( $# > 0 )) && shift
[[ "$next_token" == "${rvm_action}" ]] && shift

"$rvm_scripts_path/get" $rvm_ruby_args && rvm_reload_flag=1 || rvm_error "Could not update RVM, make sure"
"$rvm_scripts_path/get" $rvm_ruby_args && rvm_reload_flag=1 || rvm_error "Could not update RVM, get some help at #rvm IRC channel at freenode servers."
;;

help|rtfm|env|current|list|gemdir|gemhome|gempath|monitor|notes|package|extract|pkg|requirements)
Expand Down
2 changes: 1 addition & 1 deletion scripts/get
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ get_usage()

get_via_installer()
{
bash -s $@ < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) || return $?
bash -s -- $@ < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) || return $?

rvm_log "\nInstalled RVM version:"
( source $rvm_scripts_path/rvm ; rvm --version )
Expand Down

0 comments on commit e4fce7b

Please sign in to comment.