Skip to content

Commit

Permalink
fix command and typo (#24282)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishiis authored Jun 7, 2022
1 parent 6dc474f commit 69ca427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions breeze
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 69ca427

Please sign in to comment.