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 e0a5f9e027ebec214b214a5c13a25930de456c60
Author: Tobiasz Kędzierski <tobiasz.kedzier...@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

Reply via email to