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
1 changed files with 1 additions and 0 deletions

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