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

Configure Feed

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

install: fix version not being populated

Ducky 4dce2021 ec92f589

+1 -1
+1 -1
src/commands/install.sh
··· 112 112 fi 113 113 114 114 atfile.say "๐Ÿ˜Ž Installed ATFile" 115 - atfile.say " โ†ณ Version: $latest_version" 115 + atfile.say " โ†ณ Version: $found_version" 116 116 atfile.say " โ†ณ Paths" 117 117 atfile.say " โ†ณ Install: $install_dir/$install_file" 118 118 atfile.say " โ†ณ Config: $conf_dir/$_file_envvar"