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 2020/11/29 23:59:49 UTC

[airflow] 02/18: Fix typo in check_environment.sh (#12395)

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

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

commit 55d54d8f3b557372d837da46e0150d3771a95394
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Tue Nov 17 12:04:03 2020 +0000

    Fix typo in check_environment.sh (#12395)
    
    `Databsae` -> `Database`
    
    (cherry picked from commit 3e994abc1cbac318f70f9319d364c1ed5a8074f9)
---
 scripts/in_container/check_environment.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/in_container/check_environment.sh b/scripts/in_container/check_environment.sh
index 84b3d48..7052628 100755
--- a/scripts/in_container/check_environment.sh
+++ b/scripts/in_container/check_environment.sh
@@ -98,7 +98,7 @@ function resetdb_if_requested() {
             airflow db reset -y
         fi
         echo
-        echo "Databsae has been reset"
+        echo "Database has been reset"
         echo
     fi
     return $?