summaryrefslogtreecommitdiff
path: root/lib/functions.zsh
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2020-12-07 19:53:07 +0100
committerMarc Cornellà <marc.cornella@live.com>2020-12-07 20:58:12 +0100
commit5a888ff4ac58798ccdff0f32c4609fd153edc217 (patch)
treeae58ed17ad1de0cd9ccccf32fec1edfbe63ecae6 /lib/functions.zsh
parentfa1911f89eab6d8d753e302546c6ecd5d0db9e08 (diff)
downloadzsh-5a888ff4ac58798ccdff0f32c4609fd153edc217.tar.gz
zsh-5a888ff4ac58798ccdff0f32c4609fd153edc217.tar.bz2
zsh-5a888ff4ac58798ccdff0f32c4609fd153edc217.zip
fix(updater): don't show changelog when running unattended update (#9495)
Fixes #9495
Diffstat (limited to 'lib/functions.zsh')
-rw-r--r--lib/functions.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/functions.zsh b/lib/functions.zsh
index b0582b32b..0fc758070 100644
--- a/lib/functions.zsh
+++ b/lib/functions.zsh
@@ -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