This commit is contained in:
Rafael Corrêa Gomes 2017-05-02 02:17:25 +00:00 committed by GitHub
commit d6cc8c43dc

View file

@ -1,4 +1,4 @@
read -r -p "Are you sure you want to remove Oh My Zsh? [y/N] " confirmation
read -r -p "Are you sure you want to remove Oh My Zsh? [Y/N] " confirmation
if [ "$confirmation" != y ] && [ "$confirmation" != Y ]; then
echo "Uninstall cancelled"
exit