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 b40ecc9c9ba Fix nit in release docs fpr python client (#58500)
b40ecc9c9ba is described below

commit b40ecc9c9bacdf89583030936b92bee07b03448e
Author: Jens Scheffler <[email protected]>
AuthorDate: Thu Nov 20 00:43:03 2025 +0100

    Fix nit in release docs fpr python client (#58500)
---
 dev/README_RELEASE_PYTHON_CLIENT.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/README_RELEASE_PYTHON_CLIENT.md 
b/dev/README_RELEASE_PYTHON_CLIENT.md
index 36bdc103b0a..600d4f96e7c 100644
--- a/dev/README_RELEASE_PYTHON_CLIENT.md
+++ b/dev/README_RELEASE_PYTHON_CLIENT.md
@@ -360,7 +360,7 @@ cd "${AIRFLOW_REPO_ROOT}"
 
 ```shell
 git fetch apache --tags
-git checkout providers/${VERSION_RC}
+git checkout python-client/${VERSION_RC}
 ```
 
 4) Build the distribution and source tarball:

Reply via email to