Skip to content

Commit

Permalink
Fix Send-MtMail outputtype
Browse files Browse the repository at this point in the history
  • Loading branch information
soulemike committed Dec 26, 2024
1 parent d67de01 commit 43898c7
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 43898c7

Please sign in to comment.