From 905227eb42d055092eaa0f9673142e19d4956d93 Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Tue, 16 Dec 2014 23:36:37 -0800 Subject: [PATCH] Correct error message in run-gunicorn.sh --- run-gunicorn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-gunicorn.sh b/run-gunicorn.sh index 1ab57bf3..fef57dd9 100755 --- a/run-gunicorn.sh +++ b/run-gunicorn.sh @@ -2,7 +2,7 @@ pip install gunicorn if [ $? -ne 0 ]; then - "uwsgi install failed" + "gunicorn install failed" exit 1 fi