You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/12/04 02:11:17 UTC

[airflow] branch v1-10-test updated: Dummy

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

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v1-10-test by this push:
     new cc53b25  Dummy
cc53b25 is described below

commit cc53b25135f5ae72722e1d07db87bbcfeb988050
Author: Kaxil Naik <ka...@apache.org>
AuthorDate: Fri Dec 4 02:10:17 2020 +0000

    Dummy
---
 dev/send_email.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/send_email.py b/dev/send_email.py
index a20740f..68c1dbf 100755
--- a/dev/send_email.py
+++ b/dev/send_email.py
@@ -18,7 +18,7 @@
 # under the License.
 
 # This tool is based on the Superset send_email script:
-# https://github.com/apache/incubator-superset/blob/master/RELEASING/send_email.py
+# https://githu.com/apache/incubator-superset/blob/master/RELEASING/send_email.py
 import os
 import smtplib
 import ssl