Skip to content

Commit

Permalink
Bugfix: break in case? Really? ...
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Nov 30, 2009
1 parent f8d969a commit 7e4d24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cli
Expand Up @@ -371,7 +371,7 @@ rvm() {
$rvm_scripts_path/monitor ; result=$?
;;
notes) $rvm_scripts_path/notes ; result=$? ;;
reload) rvm_reload_flag=1 ; break ;;
reload) rvm_reload_flag=1 ;;
install|uninstall) __rvm_manage_rubies ; result=$? ;;
tests|specs) rvm_action="rake" ; __rvm_do ; result=$? ;;

Expand Down

0 comments on commit 7e4d24e

Please sign in to comment.