mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 12:15:50 +00:00
fix: Remove spaces
This commit is contained in:
parent
60a6417b09
commit
c44fab7222
1 changed files with 2 additions and 2 deletions
|
|
@ -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)"
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue