Skip to content

Commit

Permalink
Fixed error message, PyPy3
Browse files Browse the repository at this point in the history
  • Loading branch information
Samureus committed Jun 10, 2017
1 parent 3314420 commit 7a6cbbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a6cbbc

Please sign in to comment.