Change default value syntax for component variable

This commit is contained in:
CanbiZ 2025-11-12 14:54:17 +01:00 committed by GitHub
parent aa770beff4
commit dc809eeda4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1214,7 +1214,7 @@ setup_deb822_repo() {
local gpg_url="$2" local gpg_url="$2"
local repo_url="$3" local repo_url="$3"
local suite="$4" local suite="$4"
local component="${5:-main}" local component="${5-main}"
local architectures="${6-}" # optional local architectures="${6-}" # optional
# Validate required parameters # Validate required parameters