Skip to content

Commit 143ae78

Browse files
committed
update
1 parent 213c7c9 commit 143ae78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/WELA.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $filteredOutput = $auditpolOutput | Select-String -NotMatch "No Auditing"
66
$extractedStrings = [System.Collections.Generic.HashSet[string]]::new()
77
$filteredOutput | ForEach-Object {
88
if ($_ -match '{(.*?)}') {
9-
$extractedStrings.Add($matches[1])
9+
[void]$extractedStrings.Add($matches[1])
1010
}
1111
}
1212

0 commit comments

Comments
 (0)