diff options
Diffstat (limited to 'eselect-rails')
-rw-r--r-- | eselect-rails/rails.eselect | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eselect-rails/rails.eselect b/eselect-rails/rails.eselect index 4fc23c4..9fed96b 100644 --- a/eselect-rails/rails.eselect +++ b/eselect-rails/rails.eselect @@ -139,9 +139,9 @@ do_set() { die -q "You didn't give me a version name" elif [[ -L "${ROOT}/usr/bin/rails" ]] ; then if ! remove_symlink ; then - die -q "Can't remove existing cap binary" + die -q "Can't remove existing rails binary" elif ! set_symlink "${1}" ; then - die -q "Can't set new cap binary" + die -q "Can't set new rails binary" fi elif [[ -e "${ROOT}/usr/bin/rails" ]] ; then write_warning_msg "Can't set a new rails provider. There's a file in the way at ${ROOT}/usr/bin/rails. You can try removing it manually, and then re-running this command." |