Skip to content

Commit

Permalink
Fix after review on Confirm.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Moreau committed Aug 26, 2024
1 parent d59e4e0 commit 1d7bebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerFGT/Private/Confirm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ Function Confirm-FGTUserLocal {
throw "Element specified does not contain a fortitoken property."
}
if ( -not ( $argument | get-member -name email-to -Membertype Properties)) {
throw "Element specified does not contain a email-to property."
throw "Element specified does not contain an email-to property."
}
if ( -not ( $argument | get-member -name sms-server -Membertype Properties)) {
throw "Element specified does not contain a sms-server property."
Expand Down

0 comments on commit 1d7bebb

Please sign in to comment.