mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
add parameter to current version
This commit is contained in:
parent
1ea63ec257
commit
3e72800052
@ -25,7 +25,7 @@ which_command() {
|
||||
check_if_plugin_exists $plugin_name
|
||||
local install_type="version"
|
||||
|
||||
local install_path=$(get_install_path $plugin_name $install_type $(current_version))
|
||||
local install_path=$(get_install_path $plugin_name $install_type $(current_version $plugin_name))
|
||||
|
||||
if [ -d $install_path ]; then
|
||||
echo $install_path
|
||||
|
Loading…
Reference in New Issue
Block a user