From fcb5c95b7e6d5a4553f747db3c773aebb95ea6f8 Mon Sep 17 00:00:00 2001 From: Bryan Date: Sun, 29 Dec 2013 00:23:18 -0500 Subject: [PATCH] making fabfile consistent by replacing celery[d]? with celery --- fabfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fabfile.py b/fabfile.py index 67f4402..e599976 100644 --- a/fabfile.py +++ b/fabfile.py @@ -135,7 +135,7 @@ def supervisorctl(action, process): @task -def start_celeryd(): +def start_celery(): """ Starts the celeryd process """ @@ -143,7 +143,7 @@ def start_celeryd(): @task -def stop_celeryd(): +def stop_celery(): """ Stops the celeryd process """ -- 2.25.1