mirror of
https://github.com/danbulant/deno_install
synced 2026-07-04 18:50:39 +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
|
esac
|
||||||
|
|
||||||
if [ "$arch" = "other" ]; then
|
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
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue