From ac1e5e471553637555e42ae26a1f92b1c6e7f93c Mon Sep 17 00:00:00 2001 From: Raz Luvaton Date: Thu, 26 Mar 2020 13:08:24 +0200 Subject: [PATCH] Remove apostrophes that cause bug Fix #6326 --- .../identity-protection/credential-guard/dg-readiness-tool.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/identity-protection/credential-guard/dg-readiness-tool.md b/windows/security/identity-protection/credential-guard/dg-readiness-tool.md index e40d27f3d0..080943b1b0 100644 --- a/windows/security/identity-protection/credential-guard/dg-readiness-tool.md +++ b/windows/security/identity-protection/credential-guard/dg-readiness-tool.md @@ -151,8 +151,8 @@ function CheckExemption($_ModName) } -function CheckFailedDriver($_ModName, $CIStats)'' -{'' +function CheckFailedDriver($_ModName, $CIStats) +{ Log "Module: " $_ModName.Trim() if(CheckExemption($_ModName.Trim()) - eq 1) {