From 357b6e22054d6eb8a5e4e01581eaff0c775362cb Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Thu, 3 Apr 2025 20:37:42 +0900 Subject: [PATCH] feat: verbose security --- WELAVerboseSecAudit.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WELAVerboseSecAudit.psm1 b/WELAVerboseSecAudit.psm1 index 3ca0d248..9bef5df1 100644 --- a/WELAVerboseSecAudit.psm1 +++ b/WELAVerboseSecAudit.psm1 @@ -268,7 +268,7 @@ System $msgLines = $msg -split "`n" foreach ($line in $msgLines) { if ($line -match '.*disabled.*\(') { - Write-Host -$line -ForegroundColor Red + Write-Host $line -ForegroundColor Red } elseif ($line -match '.*enabled.*\(') { Write-Host $line -ForegroundColor Green } elseif ($line -match '.*No rule.*') {