mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
Add plugin name to command
This commit is contained in:
parent
3e72800052
commit
9d347deb0b
@ -28,7 +28,7 @@ which_command() {
|
||||
local install_path=$(get_install_path $plugin_name $install_type $(current_version $plugin_name))
|
||||
|
||||
if [ -d $install_path ]; then
|
||||
echo $install_path
|
||||
echo $install_path/$plugin_name
|
||||
exit 0
|
||||
else
|
||||
echo "Version not installed"
|
||||
|
Loading…
Reference in New Issue
Block a user