mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Uppercase
This commit is contained in:
parent
686e460258
commit
d67fe0a6ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
if [ "$confirmation" != y ] && [ "$confirmation" != Y ]; then
|
||||||
echo "Uninstall cancelled"
|
echo "Uninstall cancelled"
|
||||||
exit
|
exit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue