This commit is contained in:
Akash Manohar J 2015-05-22 10:41:48 +05:30
parent a049ac1c2e
commit 540fb8eabc

View File

@ -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)