浏览代码

fix(check_for_upgrade): update properly `LAST_EPOCH`

Fixes #11617
Carlo Sala 2 年之前
父节点
当前提交
d889eca726
共有 1 个文件被更改,包括 1 次插入0 次删除
  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