From 6aba536334ebd6051851159e0c004dba1e277aff Mon Sep 17 00:00:00 2001 From: Lucas Moura Date: Mon, 5 Oct 2015 10:28:18 -0300 Subject: [PATCH] Changed way to run celery in plugin documentation --- docs/source/plugindev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/plugindev.rst b/docs/source/plugindev.rst index 4d4ba62..a3cb3af 100644 --- a/docs/source/plugindev.rst +++ b/docs/source/plugindev.rst @@ -78,4 +78,4 @@ signals structure, some steps are required: * If you want to run celery manually to make some tests, you should execute: .. code-block:: shell - celery -A colab worker --loglevel=debug + colab-admin celeryC worker --loglevel=debug -- libgit2 0.21.2