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

remove invalid argument

+1 -1
+1 -1
src/shared/util.sh
··· 88 88 89 89 function atfile.util.get_cache_path() { 90 90 # shellcheck disable=SC2154 91 - mkdir -fp "$_path_cache" 91 + mkdir -p "$_path_cache" 92 92 # shellcheck disable=SC2154 93 93 echo "$_path_cache/$1" 94 94 }