This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch fix-file-name-to-verify
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 2229b544c5065d02357900dbb9aabe51b630e1c8
Author: Kaxil Naik <[email protected]>
AuthorDate: Tue Jun 22 23:01:04 2021 +0100

    Fix file name to verify release packages
    
    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

Reply via email to