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

uranusjr 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 aa1aa99  Fix static checks (#19200)
aa1aa99 is described below

commit aa1aa997d48a6cfed7d0080dba67c1621fc41eee
Author: Tzu-ping Chung <[email protected]>
AuthorDate: Mon Oct 25 19:47:33 2021 +0800

    Fix static checks (#19200)
---
 INSTALL | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL
index 7ab663e..ce2d973 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,8 +9,8 @@ Linux (Debian Buster and Linux Mint Tricia):
 
 sudo apt install build-essential python3-dev libsqlite3-dev openssl \
                  sqlite default-libmysqlclient-dev libmysqlclient-dev 
postgresql
-            
-On Ubuntu 20.04 you may get an error of mariadb_config not found 
+
+On Ubuntu 20.04 you may get an error of mariadb_config not found
 and mysql_config not found.
 
 Install MariaDB development headers:

Reply via email to