fix(Hyperv Desktop): remove redundant case statement match ubuntu

`ubuntu` will never match `${PROJECT:-}:${SUBPROJECT:-}` cases statement and can be safely removed.
This commit is contained in:
Philip Roche 2024-05-02 10:23:35 +01:00
parent 8fe26586cc
commit 0945c40fb2

View File

@ -34,7 +34,7 @@ case ${PROJECT:-}:${SUBPROJECT:-} in
echo "We don't create EFI images for Ubuntu Desktop."
exit 0
;;
ubuntu|ubuntu:desktop-preinstalled)
ubuntu:desktop-preinstalled)
IMAGE_STR="# DESKTOP_IMG: This file was created/modified by the Desktop Image build process"
FS_LABEL="desktop-rootfs"
IMAGE_SIZE=12884901888 # 12G