0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02: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
No known key found for this signature in database
GPG key ID: DA6FB450C1A4FE9A

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