mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 13:38:43 +00:00
Fix typo in install-from-binstall-release.sh (#1359)
This commit is contained in:
parent
4c339d9a2b
commit
c02350e94c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue