Skip to content

Commit

Permalink
Merge pull request #1659 from javaerclub/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
dduportal committed Jun 19, 2023
2 parents 439170b + 3a42335 commit fdfbf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_helpers.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function Retry-Command {
[scriptblock] $ScriptBlock,
[int] $RetryCount = 3,
[int] $Delay = 30,
[string] $SuccessMessage = "Command executed successfuly!",
[string] $SuccessMessage = "Command executed successfully!",
[string] $FailureMessage = "Failed to execute the command"
)

Expand Down

0 comments on commit fdfbf7e

Please sign in to comment.