Open
Description
Is there an existing issue for this?
- I have searched existing issues
Current Behavior
Currently in "Make2023BootableMedia.ps1"
On line 725,
$runCommand = "-l$global:ISO_Lable -t$timestamp -bootdata:2#p0,e,b$global:Temp_Media_To_Update_Path\boot\etfsboot.com#pEF,e,b$global:Temp_Media_To_Update_Path\efi\microsoft\boot\efisys_ex.bin -u2 -udfver102 -o $global:Temp_Media_To_Update_Path `"$($ISOPath)`""
ISO_Lable
should be ISO_Label
"
Expected Behavior
ISO_Lable
should be correctly spelled "ISO_Label" and any other misspellings caught and corrected.
Steps To Reproduce
Look at the file and read the line and notice it's spelled incorrectly
Build Environment
- OS(s):
Windows
- Tool Chain(s):
Powershell
- Targets Impacted:
Version Information
v1.4.0
Urgency
Low
Are you going to fix this?
I will fix it
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
No response