From d67fe0a6ce8f34c7aa1fb54ec14ed50712da6664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Corr=C3=AAa=20Gomes?= Date: Mon, 11 Jan 2016 14:24:04 -0200 Subject: [PATCH] Uppercase --- tools/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/uninstall.sh b/tools/uninstall.sh index bf2244be8..4b4dbcbf3 100644 --- a/tools/uninstall.sh +++ b/tools/uninstall.sh @@ -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