diff --git a/WELA.ps1 b/WELA.ps1 index 1211130b..f6cd0269 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)" @@ -91,7 +91,7 @@ Write-Host " - Volume: $($this.Volume)" } if ($this.Note) { - Write-Host " - Note: $($this.Note)" + Write-Host " - Note: $($this.Note)" } }