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 fde0151c1a99d5a41046ed507153553fcc29aac3
Author: Kaxil Naik <[email protected]>
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.
 

Reply via email to