Skip to content

Commit 8ce8c20

Browse files
committed
Fix typo
1 parent 128d99d commit 8ce8c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WDSImageManagement/AutoUpdater.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function Update-WdsImage() {
122122
return $false
123123
}
124124

125-
Update-WindowsImage -Folders $FailedUpdates -MountPath $MountPath -Count 3
125+
Update-WindowsImage -Folders $updateFolders -MountPath $MountPath -Count 3
126126

127127
try {
128128
# Dismount

0 commit comments

Comments
 (0)