From 892f34802354045accb0761a4a4ae42c63132ab4 Mon Sep 17 00:00:00 2001 From: Oliver Marks Date: Sun, 26 Feb 2017 11:32:28 +0000 Subject: [PATCH] Fix typo --- compose/django/stage-gunicorn-mhackspace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/django/stage-gunicorn-mhackspace.sh b/compose/django/stage-gunicorn-mhackspace.sh index d59987e..eae63f3 100644 --- a/compose/django/stage-gunicorn-mhackspace.sh +++ b/compose/django/stage-gunicorn-mhackspace.sh @@ -2,4 +2,4 @@ python /app/manage.py collectstatic --noinput python /app/manage.py compilescss -/usr/local/bin/gunicorn config.wsgi -w 4 -b unix:/data/sockets/stage-gunicorn-mhackpace.sock --error-logfile /var/log/gunicorn/stage-gunicorn-mhackspace.log --chdir=/app +/usr/local/bin/gunicorn config.wsgi -w 4 -b unix:/data/sockets/stage-gunicorn-mhackspace.sock --error-logfile /var/log/gunicorn/stage-gunicorn-mhackspace.log --chdir=/app