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 c2af5e3 Fix file name to verify release packages (#16605)
c2af5e3 is described below
commit c2af5e3ca22eca7d4797b141520a97cf5e5cc879
Author: Kaxil Naik <[email protected]>
AuthorDate: Wed Jun 23 07:32:14 2021 +0100
Fix file name to verify release packages (#16605)
typo: `check.files.py` -> `check_files.py`
---
dev/README_RELEASE_AIRFLOW.md | 2 +-
dev/README_RELEASE_PROVIDER_PACKAGES.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md
index 2d6a0b1..c0f62cc 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -320,7 +320,7 @@ Or update it if you already checked it out:
svn update .
```
-Optionally you can use `check.files.py` script to verify that all expected
files are
+Optionally you can use `check_files.py` script to verify that all expected
files are
present in SVN. This script may help also with verifying installation of the
packages.
```shell script
diff --git a/dev/README_RELEASE_PROVIDER_PACKAGES.md
b/dev/README_RELEASE_PROVIDER_PACKAGES.md
index dcb729a..b95da0d 100644
--- a/dev/README_RELEASE_PROVIDER_PACKAGES.md
+++ b/dev/README_RELEASE_PROVIDER_PACKAGES.md
@@ -461,7 +461,7 @@ Or update it if you already checked it out:
svn update .
```
-Optionally you can use `check.files.py` script to verify that all expected
files are
+Optionally you can use `check_files.py` script to verify that all expected
files are
present in SVN. This script may help also with verifying installation of the
packages.
```shell script