From c02350e94cbf8e4b017c883a63723edd34a2db0a Mon Sep 17 00:00:00 2001 From: haitrungle <89031637+haitrungle@users.noreply.github.com> Date: Fri, 15 Sep 2023 05:40:22 +0800 Subject: [PATCH] Fix typo in install-from-binstall-release.sh (#1359) --- install-from-binstall-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-from-binstall-release.sh b/install-from-binstall-release.sh index eacb8477..7630eeb4 100755 --- a/install-from-binstall-release.sh +++ b/install-from-binstall-release.sh @@ -21,7 +21,7 @@ elif [ "$os" == "Linux" ]; then url="${base_url}${target}.tgz" curl -L --proto '=https' --tlsv1.2 -sSf "$url" | tar -xvzf - else - echo "Unupporteed OS ${os}" + echo "Unsupported OS ${os}" exit 1 fi