1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

fix(check_for_upgrade): update properly LAST_EPOCH

Fixes #11617
This commit is contained in:
Carlo Sala
2023-04-17 20:09:30 +02:00
parent bd5ebba834
commit d889eca726

View File

@@ -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