From a9a07821a392c2515a925c1873339298a7eb80cc Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Sun, 13 Apr 2025 21:48:57 +0900 Subject: [PATCH] fix: subcategory --- WELA.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WELA.ps1 b/WELA.ps1 index f6cd0269..473eb4b5 100644 --- a/WELA.ps1 +++ b/WELA.ps1 @@ -79,7 +79,7 @@ $ruleCounts += ")" } if ($this.SubCategory) { - Write-Host " - $this.SubCategory: $ruleCounts" -ForegroundColor $color + Write-Host " - $($this.SubCategory): $ruleCounts" -ForegroundColor $color } if ($this.DefaultSetting) { Write-Host " - Default Setting: $($this.DefaultSetting)"