mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-08 02:02:56 +01:00
chg: add space
This commit is contained in:
4
WELA.ps1
4
WELA.ps1
@@ -79,7 +79,7 @@
|
|||||||
$ruleCounts += ")"
|
$ruleCounts += ")"
|
||||||
}
|
}
|
||||||
if ($this.SubCategory) {
|
if ($this.SubCategory) {
|
||||||
Write-Host " - $($this.SubCategory): $ruleCounts" -ForegroundColor $color
|
Write-Host " - $this.SubCategory: $ruleCounts" -ForegroundColor $color
|
||||||
}
|
}
|
||||||
if ($this.DefaultSetting) {
|
if ($this.DefaultSetting) {
|
||||||
Write-Host " - Default Setting: $($this.DefaultSetting)"
|
Write-Host " - Default Setting: $($this.DefaultSetting)"
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
Write-Host " - Volume: $($this.Volume)"
|
Write-Host " - Volume: $($this.Volume)"
|
||||||
}
|
}
|
||||||
if ($this.Note) {
|
if ($this.Note) {
|
||||||
Write-Host " - Note: $($this.Note)"
|
Write-Host " - Note: $($this.Note)"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user