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

Configure Feed

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

url: fix command always failing

Ducky 167f7938 f4b2e26b

+1 -1
+1 -1
atfile.sh
··· 2291 2291 [[ $_command == "info" && -n "$2" ]] ||\ 2292 2292 [[ $_command == "list" ]] && [[ "$2" == *.* || "$2" == did:* ]] ||\ 2293 2293 [[ $_command == "list" && -n "$3" ]] ||\ 2294 - [[ $_command == "url" && -n "$2" ]]; then 2294 + [[ $_command == "url" && -n "$3" ]]; then 2295 2295 atfile.say.debug "Skipping identity resolving\nโ†ณ Actor is overridden" 2296 2296 skip_resolving=1 2297 2297 fi