Skip to content

Commit b46577c

Browse files
committed
bugfix
1 parent 13235ec commit b46577c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitySetup/UnitySetup.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ function Install-UnitySetupInstance {
466466
New-Item "$destDirectory" -ItemType Directory | Out-Null
467467
}
468468

469-
(New-Object System.Net.WebClient).DownloadFile($downloadSource, $downloadDest)
469+
(New-Object System.Net.WebClient).DownloadFile($downloadSource[$i], $downloadDest[$i])
470470
}
471471
}
472472

0 commit comments

Comments
 (0)