Commit 9bc99717 by Mislav Marohnić Committed by GitHub

Merge pull request #1027 from koooge/kindly_prompt

* bin/rbenv-uninstall: add kindly text into prompt
parents cc355d2e 76979f8c
......@@ -69,7 +69,7 @@ if [ -z "$FORCE" ]; then
exit 1
fi
read -p "rbenv: remove $PREFIX? "
read -p "rbenv: remove $PREFIX? [yN] "
case "$REPLY" in
y* | Y* ) ;;
* ) exit 1 ;;
......
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