Browse Source

fix(check_for_upgrade): update properly `LAST_EPOCH`

Fixes #11617
Carlo Sala 1 year ago
parent
commit
d889eca726
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/check_for_upgrade.sh

+ 1 - 0
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