From 2f095fca5eb764356d9a30bf6c4a7d10f2e5d5b4 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:54:01 +0100 Subject: [PATCH] fix var_tags --- .github/CONTRIBUTOR_GUIDE/ct/AppName.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh b/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh index b721387a..a5339379 100644 --- a/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh +++ b/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="[APP_NAME]" -TAGS="[TAGS]" +var_tags="[TAGS]" var_cpu="[CPU]" var_ram="[RAM]" var_disk="[DISK]"