Skip to content

Commit

Permalink
Make cSpell happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
lusassl-msft authored and dpaulson45 committed Dec 3, 2024
1 parent 90732fe commit e2140d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ function Invoke-AnalyzerHybridInformation {
} else {
$cloudConnectorTlsCertificateName = "Not set"

Write-Verbose "Server is configured for hybrid mailflow and the transport certificate should exist on this server? $certificateShouldExistOnServer"
Write-Verbose "Server is configured for hybrid mail flow and the transport certificate should exist on this server? $certificateShouldExistOnServer"

if ($null -ne $connector.CertificateDetails.TlsCertificateName) {
$cloudConnectorTlsCertificateName = $connector.CertificateDetails.TlsCertificateName
Expand Down

0 comments on commit e2140d1

Please sign in to comment.