Skip to content

Commit

Permalink
Update 2_CreateParentDisks.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
machv committed Feb 6, 2024
1 parent 8b4d7e5 commit 8daa497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/2_CreateParentDisks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If (-not $isAdmin) {
. $PSScriptRoot\0_Shared.ps1 # [!build-include-inline]

#Create Unattend for VHD
Function CreateUnattendFileVHD{
Function CreateUnattendFileVHD {
param (
[parameter(Mandatory=$true)]
[string]
Expand Down Expand Up @@ -1239,4 +1239,4 @@ If (!$LabConfig.AutoClosePSWindows) {
Read-Host | Out-Null
}

#endregion
#endregion

0 comments on commit 8daa497

Please sign in to comment.