mirror of
https://github.com/danbulant/deno_install
synced 2026-06-17 21:41:31 +00:00
fixed typo (#61)
This commit is contained in:
parent
7dce093c20
commit
052c16c823
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ x86_64) arch="x86_64" ;;
|
|||
esac
|
||||
|
||||
if [ "$arch" = "other" ]; then
|
||||
echo "Unsuported architecture $(uname -m). Only x64 binaries are available."
|
||||
echo "Unsupported architecture $(uname -m). Only x64 binaries are available."
|
||||
exit
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue