summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCarlo Sala <carlosalag@protonmail.com>2023-04-17 20:09:30 +0200
committerCarlo Sala <carlosalag@protonmail.com>2023-04-17 20:09:30 +0200
commitd889eca72633b7a66d6c832736a5460c5f1a1833 (patch)
tree5e7e966fabd8dea1562a6c68be0574a78791d6eb /tools
parentbd5ebba834c53e730671d9d24d93eb98b812a579 (diff)
downloadzsh-d889eca72633b7a66d6c832736a5460c5f1a1833.tar.gz
zsh-d889eca72633b7a66d6c832736a5460c5f1a1833.tar.bz2
zsh-d889eca72633b7a66d6c832736a5460c5f1a1833.zip
fix(check_for_upgrade): update properly `LAST_EPOCH`
Fixes #11617
Diffstat (limited to 'tools')
-rw-r--r--tools/check_for_upgrade.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/check_for_upgrade.sh b/tools/check_for_upgrade.sh
index 81c371b3f..3210e4375 100644
--- a/tools/check_for_upgrade.sh
+++ b/tools/check_for_upgrade.sh
@@ -180,6 +180,7 @@ function has_typed_input() {
# Check if there are updates available before proceeding
if ! is_update_available; then
+ update_last_updated_file
return
fi