From 9c2fd63688a952eb001f7cae43d1af4b74559e4e Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Sun, 20 Apr 2025 09:18:13 +0900 Subject: [PATCH] add color table --- WELA.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WELA.ps1 b/WELA.ps1 index 75c9d7e4..de2f256a 100644 --- a/WELA.ps1 +++ b/WELA.ps1 @@ -1489,7 +1489,7 @@ function AuditFileSize { "--------", ` "------", ` "-----------", ` - "------------") + "--------------") foreach ($result in $results) { $color = if ($result.CorrectSetting -eq "Y") { "Green" } else { "Red" } Write-Host ("{0,-75} {1,-15} {2,-15} {3,-15} {4,-15} {5,-10}" -f `