From c5c9b0566eeb9336c98a2f034285971278ae436c Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 13 Apr 2026 17:31:06 +0900 Subject: [PATCH] Fix typo --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 38a13681..b9487a65 100755 --- a/main.sh +++ b/main.sh @@ -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