fix: subcategory

This commit is contained in:
fukusuket
2025-04-13 21:48:57 +09:00
parent 1a6f48b69c
commit a9a07821a3

View File

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