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 ec60b77e3b Fix README_RELEASE_PROVIDER_PACKAGES.md (#32944)
ec60b77e3b is described below

commit ec60b77e3b5d68e654f5ea1638462314d8487c53
Author: eladkal <[email protected]>
AuthorDate: Sun Jul 30 15:00:43 2023 +0300

    Fix README_RELEASE_PROVIDER_PACKAGES.md (#32944)
---
 dev/README_RELEASE_PROVIDER_PACKAGES.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/README_RELEASE_PROVIDER_PACKAGES.md 
b/dev/README_RELEASE_PROVIDER_PACKAGES.md
index 3e13d7de9e..69a0c39ad2 100644
--- a/dev/README_RELEASE_PROVIDER_PACKAGES.md
+++ b/dev/README_RELEASE_PROVIDER_PACKAGES.md
@@ -416,6 +416,7 @@ cd "${AIRFLOW_REPO_ROOT}"
 - Create the commit and push changes.
 
 ```shell script
+cd "${AIRFLOW_SITE_DIRECTORY}"
 branch="add-documentation-$(date "+%Y-%m-%d%n")"
 git checkout -b "${branch}"
 git add .

Reply via email to