From a83cb625d346cbc45d2e44dc034224f650ebca3f Mon Sep 17 00:00:00 2001 From: MickLesk Date: Sun, 10 May 2026 22:55:50 +0200 Subject: [PATCH] fix: update application name from 'Apache Airflow' to 'Airflow' --- ct/airflow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/airflow.sh b/ct/airflow.sh index 35e9b8bf..66f92879 100644 --- a/ct/airflow.sh +++ b/ct/airflow.sh @@ -5,7 +5,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://github.com/apache/airflow -APP="Apache Airflow" +APP="Airflow" var_tags="${var_tags:-workflow;scheduler;automation}" var_cpu="${var_cpu:-2}" var_ram="${var_ram:-4096}"