Skip to content

Commit

Permalink
Invoke-CMDownloadBIOSPackage.ps1 version 2.1.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
NickolajA committed May 7, 2019
1 parent 61302a6 commit 0f86e4d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ Process {

# Update version formatting
$AvailableBIOSVersion = $AvailableBIOSVersion.TrimEnd(".")
$AvailableBIOSVersion = $AvailableBIOSVersion.Split(" ")[0]

# Detect new versus old BIOS formats
switch -wildcard ($($CurrentBIOSProperties.SMBIOSBIOSVersion)) {
Expand Down

0 comments on commit 0f86e4d

Please sign in to comment.