Explorar el Código

Merge pull request #584 from ernop/master

a little typo in the cookbook.
Ask Solem Hoel hace 13 años
padre
commit
afec341562
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/cookbook/daemonizing.rst

+ 1 - 1
docs/cookbook/daemonizing.rst

@@ -128,7 +128,7 @@ environment's python interpreter::
     CELERYD_MULTI="$ENV_PYTHON $CELERYD_CHDIR/manage.py celeryd_multi"
 
     # How to call "manage.py celeryctl"
-    CELERYCTL=$ENV_PYTHON $CELERYD_CHDIR/manage.py celeryctl"
+    CELERYCTL="$ENV_PYTHON $CELERYD_CHDIR/manage.py celeryctl"
     
     # Extra arguments to celeryd
     CELERYD_OPTS="--time-limit=300 --concurrency=8"