From 729a40a19097c3de635bb8c33431d46141b0de9d Mon Sep 17 00:00:00 2001 From: bobcall Date: Mon, 1 Jul 2013 01:46:10 -0400 Subject: [PATCH] indentation issue --- fabfile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index 0a8219d..c366099 100644 --- a/fabfile.py +++ b/fabfile.py @@ -97,7 +97,8 @@ def start_gunicorn(): """ Starts the gunicorn process """ - env.run('%s/manage.py run_gunicorn -b %s -p %s/var/run/gunicorn.pid --daemon' % (env.proj_dir, env.gunicorn_addr, env.proj_dir)) + env.run('%s/manage.py run_gunicorn -b %s -p %s/var/run/gunicorn.pid --daemon' % (env.proj_dir, env.gunicorn_addr, env.proj_dir)) + ####### Update Requirements @task def update_reqs(): -- 2.25.1