microsoft / SurfaceDeploymentAccelerator

Surface Deployment Accelerator (SDA) is a script-driven tool to create Windows images (WIM) for test or deployment that are similar in configuration to Bare Metal Recovery (BMR) images, minus certain preinstalled applications like the Surface UWP application.
MIT License
77 stars 25 forks source link

Write-Output typo in CreateSurfaceWindowsImage.ps1 on line 1901 #47

Closed BHems closed 2 years ago

BHems commented 2 years ago

https://github.com/microsoft/SurfaceDeploymentAccelerator/blob/7ac77969e6a149b3a59066f9a3118ab3c86c4e44/CreateSurfaceWindowsImage.ps1#L1901

Should be: Write-Output ""

Thanks to RD (he knows who he is)