Merge pull request #6327 from rluvaton/patch-1

Remove apostrophes that cause bug
This commit is contained in:
Denise Vangel-MSFT
2020-03-26 07:23:51 -07:00
committed by GitHub

View File

@ -151,8 +151,8 @@ function CheckExemption($_ModName)
} }
function CheckFailedDriver($_ModName, $CIStats)'' function CheckFailedDriver($_ModName, $CIStats)
{'' {
Log "Module: " $_ModName.Trim() Log "Module: " $_ModName.Trim()
if(CheckExemption($_ModName.Trim()) - eq 1) if(CheckExemption($_ModName.Trim()) - eq 1)
{ {
@ -959,7 +959,7 @@ function PrintToolVersion
LogAndConsole "" LogAndConsole ""
LogAndConsole "###########################################################################" LogAndConsole "###########################################################################"
LogAndConsole "" LogAndConsole ""
LogAndConsole "Readiness Tool Version 3.7 Release. `nTool to check if your device is capable to run Device Guard and Credential Guard." LogAndConsole "Readiness Tool Version 3.7.1 Release. `nTool to check if your device is capable to run Device Guard and Credential Guard."
LogAndConsole "" LogAndConsole ""
LogAndConsole "###########################################################################" LogAndConsole "###########################################################################"
LogAndConsole "" LogAndConsole ""