Uppercase

This commit is contained in:
Rafael Corrêa Gomes 2016-01-11 14:24:04 -02:00
commit d67fe0a6ce

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