Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Public/Start-OSDCloudGUI.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@
# New logic added to Get-OSDCloudDriverPack
# This should match the proper OS Version ReleaseID
#================================================
$Global:OSDCloudGUI.DriverPack = Get-OSDCloudDriverPack -Product $ComputerProduct -OSVersion $Global:OSDCloudGUI.OSVersion -OSReleaseID $Global:OSDCloudGUI.OSReleaseID
if ($Global:OSDCloudGUI.DriverPack) {
$Global:OSDCloudGUI.DriverPack = Get-OSDCloudDriverPack -Product $Global:OSDCloudGUI.ComputerProduct -OSVersion $Global:OSDCloudGUI.OSVersion -OSReleaseID $Global:OSDCloudGUI.OSReleaseID
if ($Global:OSDCloudGUI.DriverPack -and $null -ne $Global:OSDCloudGUI.DriverPackName) {
$Global:OSDCloudGUI.DriverPackName = $Global:OSDCloudGUI.DriverPack.Name
}
#=================================================
Expand Down