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/10/17 11:55:16 UTC

[airflow] branch master updated: fix typo in 'Installing with Breeze' doc (#11611)

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 90384b1  fix typo in 'Installing with Breeze' doc (#11611)
90384b1 is described below

commit 90384b10f25307282a1a39062316af622583b5e4
Author: Michał Słowikowski <mi...@polidea.com>
AuthorDate: Sat Oct 17 13:54:05 2020 +0200

    fix typo in 'Installing with Breeze' doc (#11611)
---
 dev/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/README.md b/dev/README.md
index 55c6263..b2bf753 100644
--- a/dev/README.md
+++ b/dev/README.md
@@ -1173,7 +1173,7 @@ First copy all the provider packages .whl files to the `dist` folder.
 
 ```shell script
 ./breeze start-airflow --install-airflow-version <VERSION>rc<X> \
-    --python 3.7 --backend postgres --instal-wheels
+    --python 3.7 --backend postgres --install-wheels
 ```
 
 For 1.10 releases you can also use `--no-rbac-ui` flag disable RBAC UI of Airflow: