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:39:50 UTC

[airflow] 06/16: Fix typo in command in CI.rst (#11233)

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 1021d05f71bc138a994162d97c9510871b41be12
Author: Tobiasz Kędzierski <to...@polidea.com>
AuthorDate: Fri Oct 2 10:50:28 2020 +0200

    Fix typo in command in CI.rst (#11233)
    
    (cherry picked from commit 18f6cf138b3db50f54dfeedf10b176fe94fe355b)
---
 CI.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CI.rst b/CI.rst
index 4aa82f8..ab726a8 100644
--- a/CI.rst
+++ b/CI.rst
@@ -678,7 +678,7 @@ you need to reproduce a MySQL environment with kerberos integration enabled for
 
 .. code-block:: bash
 
-  ./breeze --github-image-id:210056909 --python 3.8 --integration kerberos
+  ./breeze --github-image-id 210056909 --python 3.8 --integration kerberos
 
 You will be dropped into a shell with the exact version that was used during the CI run and you will
 be able to run pytest tests manually, easily reproducing the environment that was used in CI. Note that in