Fix indentation for restore_backup function call

This commit is contained in:
CanbiZ (MickLesk)
2026-06-19 23:36:24 +02:00
committed by GitHub
parent 0f6d8830e4
commit b5d6468b90
+1 -1
View File
@@ -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