Skip to content

Commit

Permalink
Remove double colons
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
iserrano76 authored Aug 26, 2024
1 parent 9f0b9ca commit bbfa83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M365/MDO/MDOThreatPolicyChecker.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ process {
$spamMatchedRule = Test-Rules -Rules $hostedContentFilterRules -Email $stEmailAddress
}
if ($null -eq $spamMatchedRule) {
Write-Host "`nAnti-spam::`n`tDefault policy" -ForegroundColor Yellow
Write-Host "`nAnti-spam:`n`tDefault policy" -ForegroundColor Yellow
$hostedContentFilterPolicy = Get-HostedContentFilterPolicy "Default"
} else {
$hostedContentFilterPolicy = Get-HostedContentFilterPolicy $spamMatchedRule.Name
Expand Down

0 comments on commit bbfa83a

Please sign in to comment.