mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Replace ref-
prefix in output of list command with ref:
This commit is contained in:
parent
8a2fd85529
commit
9ba0a5cc2d
@ -48,7 +48,7 @@ list_installed_versions() {
|
||||
if [ -d "$plugin_installs_path" ]; then
|
||||
# shellcheck disable=SC2045
|
||||
for install in $(ls -d "${plugin_installs_path}"/*/ 2>/dev/null); do
|
||||
basename "$install"
|
||||
basename "$install" | sed 's/^ref-/ref:/'
|
||||
done
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user