diff --git a/ct/apache-airflow.sh b/ct/apache-airflow.sh index 92dee8920..d6a331177 100644 --- a/ct/apache-airflow.sh +++ b/ct/apache-airflow.sh @@ -51,7 +51,7 @@ function update_script() { echo "${LATEST}" >~/.airflow msg_ok "Updated Apache Airflow to ${LATEST}" - restore_backup + restore_backup msg_info "Running Database Migrations" set -a && source /opt/airflow/.env && set +a