Skip to content

Commit 3ef0c7e

Browse files
authored
Update tiny11maker.ps1
small corrections
1 parent bba078c commit 3ef0c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiny11maker.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if ((Test-Path "$DriveLetter\sources\boot.wim") -eq $false -or (Test-Path "$Driv
5454
Write-Host ' '
5555
Write-Host 'Converting install.esd to install.wim. This may take a while...'
5656
Export-WindowsImage -SourceImagePath $DriveLetter\sources\install.esd -SourceIndex $index -DestinationImagePath $ScratchDisk\tiny11\sources\install.wim -Compressiontype Maximum -CheckIntegrity
57-
} else {
57+
} else {
5858
Write-Host "Can't find Windows OS Installation files in the specified Drive Letter.."
5959
Write-Host "Please enter the correct DVD Drive Letter.."
6060
exit

0 commit comments

Comments
 (0)