๐Ÿ“ฆโž”๐Ÿฆ‹ 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 updater throwing handle errors

Ducky 99a2029d 1d606744

+1 -1
+1 -1
src/commands/update.sh
··· 37 37 [[ $_output_json == 1 ]] && atfile.die "Command not available as JSON" 38 38 39 39 # shellcheck disable=SC2154 40 - update_did="$_dist_username" 40 + update_did="$_devel_dist_username" 41 41 42 42 atfile.util.override_actor "$update_did" 43 43