There was an error while loading. Please reload this page.
1 parent a049ac1 commit 540fb8eCopy full SHA for 540fb8e
1 file changed
bin/private/asdf-exec
@@ -17,7 +17,7 @@ fi
17
18
19
IFS=':' read -a version_info <<< "$full_version"
20
-if [ "${version_info[0]}" = "tag" ] || [ "${version_info[0]}" = "commit" ]; then
+if [ "${version_info[0]}" = "ref" ]; then
21
install_type="${version_info[0]}"
22
version="${version_info[1]}"
23
install_path=$(get_install_path $plugin_name $install_type $version)
0 commit comments