mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Use ref
This commit is contained in:
parent
a049ac1c2e
commit
540fb8eabc
@ -17,7 +17,7 @@ fi
|
||||
|
||||
|
||||
IFS=':' read -a version_info <<< "$full_version"
|
||||
if [ "${version_info[0]}" = "tag" ] || [ "${version_info[0]}" = "commit" ]; then
|
||||
if [ "${version_info[0]}" = "ref" ]; then
|
||||
install_type="${version_info[0]}"
|
||||
version="${version_info[1]}"
|
||||
install_path=$(get_install_path $plugin_name $install_type $version)
|
||||
|
Loading…
Reference in New Issue
Block a user