You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/06/22 19:24:57 UTC

[airflow] 19/47: Fix typo. (#16192)

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

potiuk pushed a commit to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 056aa87a2cc5e38d88d109f1e277b9511bd7de71
Author: James Timmins <ja...@astronomer.io>
AuthorDate: Mon May 31 23:53:39 2021 -0700

    Fix typo. (#16192)
    
    
    (cherry picked from commit 8505d2f0a4524313e3eff7a4f16b9a9439c7a79f)
---
 dev/airflow-github | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/airflow-github b/dev/airflow-github
index 10cfdfa..b4304bf 100755
--- a/dev/airflow-github
+++ b/dev/airflow-github
@@ -120,7 +120,7 @@ def print_changelog(sections):
 @click.group()
 def cli():
     r"""
-    This tool should be used by Airflow Release Manager to verify what GitHub issue's
+    This tool should be used by Airflow Release Manager to verify what GitHub issues
      were merged in the current working branch.
 
         airflow-github compare <target_version> <github_token>