syntax cleanup

This commit is contained in:
rbalsleyMSFT
2024-05-24 18:06:06 -07:00
parent 12edabf213
commit 4932777f4f
+1 -1
View File
@@ -2269,7 +2269,7 @@ try {
WriteLog "KBs added to $WindowsPartition"
WriteLog "Removing $KBPath"
Remove-Item -Path $KBPath -Recurse -Force | Out-Null
WriteLog "Clean Up the WinSxS Folder"
WriteLog "Clean Up the WinSxS Folder"
Dism /Image:$WindowsPartition /Cleanup-Image /StartComponentCleanup /ResetBase | Out-Null
WriteLog "Clean Up the WinSxS Folder completed"
}