fix: update application name from 'Apache Airflow' to 'Airflow'

This commit is contained in:
MickLesk
2026-05-10 22:55:50 +02:00
parent f2556c1bdc
commit a83cb625d3

View File

@@ -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}"