From 7a6cbbcd08c1a0037e7ebd151de7411ae8bf13b1 Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Sat, 10 Jun 2017 15:18:48 -0500 Subject: [PATCH] Fixed error message, PyPy3 --- plugins/python-build/share/python-build/pypy3.5-portable-5.8.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python-build/share/python-build/pypy3.5-portable-5.8.0 b/plugins/python-build/share/python-build/pypy3.5-portable-5.8.0 index 92a9c616..5d674a36 100644 --- a/plugins/python-build/share/python-build/pypy3.5-portable-5.8.0 +++ b/plugins/python-build/share/python-build/pypy3.5-portable-5.8.0 @@ -5,7 +5,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in * ) { echo colorize 1 "ERROR" - echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)." + echo ": Portable PyPy3 is not available for $(pypy_architecture 2>/dev/null || true)." echo } >&2 exit 1