mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
fix(updater): don't show changelog when running unattended update (#9495)
Fixes #9495
This commit is contained in:
@@ -14,7 +14,7 @@ function upgrade_oh_my_zsh() {
|
||||
fi
|
||||
|
||||
# Run update script
|
||||
env ZSH="$ZSH" zsh -f "$ZSH/tools/upgrade.sh"
|
||||
env ZSH="$ZSH" zsh -f "$ZSH/tools/upgrade.sh" --interactive
|
||||
local ret=$?
|
||||
# Update last updated file
|
||||
zmodload zsh/datetime
|
||||
|
||||
Reference in New Issue
Block a user