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 2021/09/12 08:47:23 UTC

[airflow] branch main updated: Fix typo in task fail migration (#18180)

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

kaxilnaik 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 a6c9f95  Fix typo in task fail migration (#18180)
a6c9f95 is described below

commit a6c9f9526c4ffcf76501943978e371f8d3e35768
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Sun Sep 12 09:47:06 2021 +0100

    Fix typo in task fail migration (#18180)
    
    `faskfail` -> `task fail`
---
 .../{9635ae0956e7_index_faskfail.py => 9635ae0956e7_index_taskfail.py}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/migrations/versions/9635ae0956e7_index_faskfail.py b/airflow/migrations/versions/9635ae0956e7_index_taskfail.py
similarity index 98%
rename from airflow/migrations/versions/9635ae0956e7_index_faskfail.py
rename to airflow/migrations/versions/9635ae0956e7_index_taskfail.py
index 663a069..84579f4 100644
--- a/airflow/migrations/versions/9635ae0956e7_index_faskfail.py
+++ b/airflow/migrations/versions/9635ae0956e7_index_taskfail.py
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-"""index-faskfail
+"""index-taskfail
 
 Revision ID: 9635ae0956e7
 Revises: 856955da8476