mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-04 08:11:14 +02: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
|
if [ -d "$PREFIX" ]; then
|
||||||
rm -rf "$PREFIX"
|
rm -rf "$PREFIX"
|
||||||
rbenv-rehash
|
rbenv-rehash
|
||||||
echo "Successfully uninstalled $PREFIX"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for hook in "${after_hooks[@]}"; do eval "$hook"; done
|
for hook in "${after_hooks[@]}"; do eval "$hook"; done
|
||||||
|
|
Loading…
Reference in a new issue