tangled
alpha
login
or
join now
zio.sh
/
atfile
37
fork
atom
๐ฆโ๐ฆ Store and retrieve files on the Atmosphere
37
fork
atom
overview
issues
3
pulls
pipelines
update: fix re-checking for updates after update finished
ducky.ws
1 month ago
2913b6c1
32469162
1/1
build.yaml
success
8s
+1
-1
1 changed file
expand all
collapse all
unified
split
src
commands
update.sh
+1
-1
src/commands/update.sh
reviewed
···
119
119
atfile.say "๐ Updated to $latest_version!"
120
120
fi
121
121
122
122
-
last_checked="$(atfile.cache.set "update-check" "$current_checked")"
122
122
+
last_checked="$(atfile.cache.set "update-check" "$(atfile.util.get_date "" "%s")")"
123
123
124
124
return
125
125
fi