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 2021/03/13 09:39:07 UTC

[airflow] branch master updated: `./breeze stop` is not necessary for new comers #14752 (#14753)

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

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 3326bab  `./breeze stop` is not necessary for new comers #14752 (#14753)
3326bab is described below

commit 3326babd02d02c87ec80bf29439614de4e636e10
Author: Ai Ozaki <57...@users.noreply.github.com>
AuthorDate: Sat Mar 13 18:38:55 2021 +0900

    `./breeze stop` is not necessary for new comers #14752 (#14753)
---
 BREEZE.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BREEZE.rst b/BREEZE.rst
index 30ab3d2..545cc8a 100644
--- a/BREEZE.rst
+++ b/BREEZE.rst
@@ -194,7 +194,7 @@ them, you may end up with some unused image data.
 
 To clean up the Docker environment:
 
-1. Stop Breeze with ``./breeze stop``.
+1. Stop Breeze with ``./breeze stop``. (If Breeze is already running)
 
 2. Run the ``docker system prune`` command.