fix(check_for_upgrade): update properly `LAST_EPOCH`

Fixes #11617
parent bd5ebba8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment