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

Configure Feed

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

auth: fix build command not skipping identity resolving

Ducky 3b611f6f 9a2d16a0

+1 -1
+1 -1
src/commands/auth.sh
··· 31 31 # NOTE: Speeds things up a little if the command doesn't need actor resolving 32 32 if [[ -z $_command ]] ||\ 33 33 [[ $_command == "ai" ]] ||\ 34 + [[ $_command == "build" ]] ||\ 34 35 [[ $_command == "handle" ]] ||\ 35 36 [[ $_command == "help" ]] ||\ 36 37 [[ $_command == "now" ]] ||\ 37 - [[ $_command == "release" ]] ||\ 38 38 [[ $_command == "resolve" ]] ||\ 39 39 [[ $_command == "scrape" ]] ||\ 40 40 [[ $_command == "something-broke" ]] ||\