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)"