Skip to content

Commit 905227e

Browse files
committed
Correct error message in run-gunicorn.sh
1 parent bee7026 commit 905227e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-gunicorn.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pip install gunicorn
33

44
if [ $? -ne 0 ]; then
5-
"uwsgi install failed"
5+
"gunicorn install failed"
66
exit 1
77
fi
88

0 commit comments

Comments
 (0)