diff --git a/tools/check_for_upgrade.sh b/tools/check_for_upgrade.sh index 872f5e820..368b30d25 100644 --- a/tools/check_for_upgrade.sh +++ b/tools/check_for_upgrade.sh @@ -79,8 +79,8 @@ function update_ohmyzsh() { read -r -k 1 option [[ "$option" != $'\n' ]] && echo case "$option" in + [yY$'\n']) update_ohmyzsh ;; [nN]) update_last-updated_file ;; - *) update_ohmyzsh ;; esac fi }