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 2022/06/07 11:13:24 UTC

[airflow] branch main updated: fix command and typo (#24282)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 69ca427754 fix command and typo (#24282)
69ca427754 is described below

commit 69ca427754c54c5496bf90b7fc70fdd646bc92e5
Author: ishiis <is...@gmail.com>
AuthorDate: Tue Jun 7 20:13:16 2022 +0900

    fix command and typo (#24282)
---
 breeze | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/breeze b/breeze
index d84f4bb8f0..13685d257c 100755
--- a/breeze
+++ b/breeze
@@ -27,9 +27,9 @@ COLOR_YELLOW=$'\e[33m'
 
 function manual_instructions() {
     echo
-    echo "${COLOR_BLUE}Please run those commands manually (you might need to restart shell between them):i${COLOR_RESET}"
+    echo "${COLOR_BLUE}Please run those commands manually (you might need to restart shell between them)${COLOR_RESET}"
     echo
-    echo "    pip -m install pipx"
+    echo "    python -m pip install pipx"
     echo "    pipx ensurepath"
     echo "    pipx install -e '${MY_DIR}/dev/breeze/'"
     echo "    breeze setup-autocomplete --force"