Skip to content

Commit 540fb8e

Browse files
committed
Use ref
1 parent a049ac1 commit 540fb8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/private/asdf-exec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fi
1717

1818

1919
IFS=':' read -a version_info <<< "$full_version"
20-
if [ "${version_info[0]}" = "tag" ] || [ "${version_info[0]}" = "commit" ]; then
20+
if [ "${version_info[0]}" = "ref" ]; then
2121
install_type="${version_info[0]}"
2222
version="${version_info[1]}"
2323
install_path=$(get_install_path $plugin_name $install_type $version)

0 commit comments

Comments
 (0)