Skip to content

Commit

Permalink
Merge pull request #2176 from iserrano76/MDO
Browse files Browse the repository at this point in the history
Remove double colons
  • Loading branch information
iserrano76 authored Aug 26, 2024
2 parents 9f0b9ca + bbfa83a commit ed160ab
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 ed160ab

Please sign in to comment.