Update define.sh

This commit is contained in:
Kroese
2026-08-04 03:03:41 +02:00
committed by GitHub
parent 9d01d237c2
commit 9bb8a0e972
+1 -1
View File
@@ -704,7 +704,7 @@ normalizeEditionID() {
local edition base
local id="$2"
edition=$(normalizeEdition "$1")
edition=$(normalizeEdition "$1") || return 1
case "$edition" in
"pro" | "professional" | "business" )