This is an automated email from the ASF dual-hosted git repository. amoghdesai pushed a commit to branch amoghrajesh-patch-1 in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 4313e9fca39b14a2b712a6f1bb9cb7973613c4f4 Author: Amogh Desai <[email protected]> AuthorDate: Fri Jan 30 11:25:58 2026 +0530 Removing extra quotes in PMC testing doc for providers --- dev/README_RELEASE_PROVIDERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/README_RELEASE_PROVIDERS.md b/dev/README_RELEASE_PROVIDERS.md index eda273e40e9..cb61d416502 100644 --- a/dev/README_RELEASE_PROVIDERS.md +++ b/dev/README_RELEASE_PROVIDERS.md @@ -748,7 +748,7 @@ How to verify it: 1) Change directory where your airflow sources are checked out ```shell -cd "${AIRFLOW_REPO_ROOT}" +cd ${AIRFLOW_REPO_ROOT} ``` 2) Check out the ``providers/YYYY-MM-DD`` tag:
