summaryrefslogtreecommitdiffstats
path: root/github_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'github_test.sh')
-rw-r--r--github_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/github_test.sh b/github_test.sh
index b18566f84..dc07c6250 100644
--- a/github_test.sh
+++ b/github_test.sh
@@ -9,7 +9,7 @@ else
fi
PLATFORM=$(uname -s | tr '[:upper:]' '[:lower:]')
-ARCHITECTURE=$(uname -p)
+ARCHITECTURE=$(uname -m)
# Darwin is actually macosx (for paths etc)
if [ "${PLATFORM}" == "darwin" ]; then