Skip to content

Commit b40ecc9

Browse files
authored
Fix nit in release docs fpr python client (#58500)
1 parent 291ef94 commit b40ecc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/README_RELEASE_PYTHON_CLIENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ cd "${AIRFLOW_REPO_ROOT}"
360360

361361
```shell
362362
git fetch apache --tags
363-
git checkout providers/${VERSION_RC}
363+
git checkout python-client/${VERSION_RC}
364364
```
365365

366366
4) Build the distribution and source tarball:

0 commit comments

Comments
 (0)