Commit 76979f8c by koooge

* bin/rbenv-uninstall: delete success message

parent 70a47886
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment