* bin/rbenv-uninstall: delete success message

This commit is contained in:
koooge 2016-11-26 18:47:57 +01:00
parent 70a4788635
commit 76979f8c98

View file

@ -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