This commit is contained in:
Taiki Endo
2026-04-13 17:31:06 +09:00
parent b5b77c644a
commit c5c9b0566e

View File

@@ -975,7 +975,7 @@ if [[ ${#unsupported_tools[@]} -gt 0 ]]; then
fi
done
if [[ -z "${full_version}" ]]; then
bail "no stable version found for ${tool} that match with '${version}.*'; if you want to install a pre-release version, please specify the full version"
bail "no stable version found for ${tool} that match with '${version}.*'; if you want to install a pre-release version, please specify the full version"
fi
version="${full_version}"
fi