mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 14:44:48 +01:00
* bin/rbenv-uninstall: delete success message
This commit is contained in:
parent
70a4788635
commit
76979f8c98
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ for hook in "${before_hooks[@]}"; do eval "$hook"; done
|
|||
if [ -d "$PREFIX" ]; then
|
||||
rm -rf "$PREFIX"
|
||||
rbenv-rehash
|
||||
echo "Successfully uninstalled $PREFIX"
|
||||
fi
|
||||
|
||||
for hook in "${after_hooks[@]}"; do eval "$hook"; done
|
||||
|
|
Loading…
Reference in a new issue