You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/11/14 00:46:55 UTC

[airflow] 12/14: Fix command to run tmux with breeze in BREEZE.rst (#11340)

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

potiuk pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 2d1a749ab0f471eee33864a96c8116aff2eed5dd
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Thu Oct 8 16:47:56 2020 +0100

    Fix command to run tmux with breeze in BREEZE.rst (#11340)
    
    `breeze --start-airflow` -> `breeze start-airflow`
    
    (cherry picked from commit ba60836456795c144a784612ba7549bb13f8c92b)
---
 BREEZE.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BREEZE.rst b/BREEZE.rst
index 3002f05..5409792 100644
--- a/BREEZE.rst
+++ b/BREEZE.rst
@@ -337,7 +337,7 @@ You can optionally reset database if specified as extra ``--db-reset`` flag and
 start integrations (separate Docker images) if specified as extra ``--integration`` flags. You can also
 chose which backend database should be used with ``--backend`` flag and python version with ``--python`` flag.
 
-You can also have breeze launch Airflow automatically ``breeze --start-airflow``, this will drop you in a
+You can also have breeze launch Airflow automatically ``breeze start-airflow``, this will drop you in a
 tmux session with three panes (one to monitor the scheduler, one for the webserver and one with a shell
 for additional commands.