Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
texhex committed Jan 20, 2018
1 parent 6d37c71 commit 7c7c88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BiosSledgehammer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2375,7 +2375,7 @@ function Update-MEFirmware()
$MEData.VersionParsed = $true
}

#IS75DT 1.0.3 does now longer contain the entry SKU in the XML. Still in the normal output though...
#IS75DT 1.0.3 does no longer contain the entry SKU in the XML. Still in the normal output though...
$MEData.Provisioned = $xml.System.ME_Firmware_Information.ME_Provisioning_State
$MEData.VulnerableText = $xml.System.System_Status.System_Risk
$MEData.ExposedText = $xml.System.System_Status.System_Exposure
Expand Down

0 comments on commit 7c7c88d

Please sign in to comment.