๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere
35
fork

Configure Feed

Select the types of activity you want to include in your feed.

update: fix re-checking for updates after update finished

Ducky a3cd09e7 164da9c4

+1 -1
+1 -1
src/commands/update.sh
··· 119 119 atfile.say "๐Ÿ˜Ž Updated to $latest_version!" 120 120 fi 121 121 122 - last_checked="$(atfile.cache.set "update-check" "$current_checked")" 122 + last_checked="$(atfile.cache.set "update-check" "$(atfile.util.get_date "" "%s")")" 123 123 124 124 return 125 125 fi