mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Add todo message
This commit is contained in:
parent
e8806caf61
commit
9c3171a726
@ -28,6 +28,7 @@ list_package_installs() {
|
||||
|
||||
if [ -d $package_installs_path ]
|
||||
then
|
||||
#TODO check if dir is empty and show message here too
|
||||
for install in ${package_installs_path}/*/; do
|
||||
echo "$(basename $install)"
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user