Skip to content

Commit

Permalink
Merge pull request #602 from soulemike/mailFix
Browse files Browse the repository at this point in the history
Fix Send-MtMail outputtype
  • Loading branch information
merill authored Jan 7, 2025
2 parents 3b6ab18 + 43898c7 commit 6be6e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions powershell/public/Send-MtMail.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
https://maester.dev/docs/commands/Send-MtMail
#>
function Send-MtMail {
[OutputType([System.Collections.Hashtable])]
[CmdletBinding()]
param(
# The Maester test results returned from `Invoke-Pester -PassThru | ConvertTo-MtMaesterResult`
Expand Down

0 comments on commit 6be6e8a

Please sign in to comment.