Improve command description for disabling pve-enterprise repo (#16020)

The "disable" option description stated "Comment out (disable) this repo" but the implementation uses `Enabled: false` (deb822 format) instead of commenting. Update description to better reflect the action.
This commit is contained in:
Marco C.
2026-07-26 18:51:33 +02:00
committed by GitHub
parent f6e1f86310
commit d325c03944
+1 -1
View File
@@ -300,7 +300,7 @@ EOF
--title "PVE-ENTERPRISE" \
--menu "'pve-enterprise' repository already exists.\n\nWhat do you want to do?" 14 58 2 \
"keep" "Keep as is" \
"disable" "Comment out (disable) this repo" \
"disable" "Disable this repo (set Enabled: false)" \
"delete" "Delete this repo file" \
3>&2 2>&1 1>&3)
case $CHOICE in