fixed typo (#61)

This commit is contained in:
gamesquestionmark 2019-05-09 15:52:00 +02:00 committed by Ryan Dahl
parent 7dce093c20
commit 052c16c823

View file

@ -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