fix: Remove spaces

This commit is contained in:
Kroese 2024-05-18 23:12:44 +02:00 committed by GitHub
parent 60a6417b09
commit c44fab7222
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -406,10 +406,10 @@ printEdition() {
;; ;;
*"-iot" | *"-iot-eval" ) *"-iot" | *"-iot-eval" )
edition="IoT" edition="IoT"
;; ;;
*"-ltsc" | *"-ltsc-eval" ) *"-ltsc" | *"-ltsc-eval" )
edition="LTSC" edition="LTSC"
;; ;;
*"-enterprise-eval" ) *"-enterprise-eval" )
edition="Enterprise (Evaluation)" edition="Enterprise (Evaluation)"
;; ;;