You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2021/08/03 00:51:27 UTC

[superset] 01/01: Update installation.rst

This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch john-bodley--docs-celery-flower
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 352907125b71e6bbfb93641686edfe4e2c95058b
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Tue Aug 3 12:49:55 2021 +1200

    Update installation.rst
---
 docs/installation.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/installation.rst b/docs/installation.rst
index 6528288..9a696b3 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -1465,7 +1465,7 @@ install from pip: ::
 
 and run via: ::
 
-    celery flower --app=superset.tasks.celery_app:app
+    celery --app=superset.tasks.celery_app:app flower
 
 Building from source
 ---------------------