fix: preserve case of RELEASE

This commit is contained in:
Martin Wimpress 2024-04-28 02:51:51 +01:00 committed by Martin Wimpress
parent 19d8563b79
commit 03ac799287
1 changed files with 1 additions and 1 deletions

View File

@ -3553,7 +3553,7 @@ fi
os_supported
if [ -n "${2}" ]; then
RELEASE="${2,,}"
RELEASE="${2}"
VM_PATH="${OS}-${RELEASE}"
# If the OS has an editions_() function, use it.
if [[ $(type -t "editions_${OS}") == function ]]; then