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

shahar 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 80a2f106404 Fix command quoting in breeze README (#44090)
80a2f106404 is described below

commit 80a2f10640493bc5c6db5c0cc858ac29fd09834a
Author: Jed Cunningham <[email protected]>
AuthorDate: Sat Nov 16 09:33:14 2024 -0700

    Fix command quoting in breeze README (#44090)
---
 dev/breeze/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/breeze/README.md b/dev/breeze/README.md
index b2c8ccf3b2e..655aaf5407e 100644
--- a/dev/breeze/README.md
+++ b/dev/breeze/README.md
@@ -35,7 +35,7 @@ for Airflow Development.
 
 This package should never be installed in "production" mode. The `breeze` 
entrypoint will actually
 fail if you do so. It is supposed to be installed only in 
[editable/development 
mode](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#working-in-development-mode)
-directly from Airflow sources using `uv tool``or ``pipx` - usually with 
`--force` flag to account
+directly from Airflow sources using `uv tool` or `pipx` - usually with 
`--force` flag to account
 for re-installation  that might often be needed if dependencies change during 
development.
 
 ```shell

Reply via email to