Unverified Commit c66fc004 authored by Nick Aldwin's avatar Nick Aldwin Committed by GitHub

feat(updater): show command to update when update skipped (#10465)

parent e253661a
...@@ -160,7 +160,8 @@ function update_ohmyzsh() { ...@@ -160,7 +160,8 @@ function update_ohmyzsh() {
[[ "$option" != $'\n' ]] && echo [[ "$option" != $'\n' ]] && echo
case "$option" in case "$option" in
[yY$'\n']) update_ohmyzsh ;; [yY$'\n']) update_ohmyzsh ;;
[nN]) update_last_updated_file ;; [nN]) update_last_updated_file ;&
*) echo "[oh-my-zsh] You can update manually by running \`omz update\`" ;;
esac esac
fi fi
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment