diff options
author | Hans de Graaff <hans@degraaff.org> | 2009-04-05 21:15:35 +0200 |
---|---|---|
committer | Hans de Graaff <hans@degraaff.org> | 2009-04-05 21:15:35 +0200 |
commit | 96cee0ba8fbd2cda8161608e4d313912bbd49e49 (patch) | |
tree | c318c07dbd52c476f36e7a191eb97863f99a3502 /eselect-rails | |
parent | Support Rails 2.3.x. (diff) | |
download | ruby-scripts-96cee0ba8fbd2cda8161608e4d313912bbd49e49.tar.gz ruby-scripts-96cee0ba8fbd2cda8161608e4d313912bbd49e49.tar.bz2 ruby-scripts-96cee0ba8fbd2cda8161608e4d313912bbd49e49.zip |
Fix old copy-paste leftovers.
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." |