Skip to content

Commit 1a2fa1f

Browse files
committed
Fix typo
1 parent 00ed04c commit 1a2fa1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugoalh.GitHubActionsToolkit/module/command-stdout.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Function Write-StdOutCommand {
186186
[String[]]$ParameterNames = ([PSCustomObject]$Parameter).PSObject.Properties.Name
187187
Write-Host -Object "::$StdOutCommand$(($ParameterNames.Count -gt 0) ? " $(
188188
$ParameterNames |
189-
ForEach-Object -Process { "$_=$(Format-StdOutParameterValue ($Parameter.($_) ?? ''))" } |
189+
ForEach-Object -Process { "$_=$(Format-StdOutCommandParameterValue ($Parameter.($_) ?? ''))" } |
190190
Join-String -Separator ','
191191
)" : '')::$(Format-StdOutCommandValue ($Value ?? ''))"
192192
}

0 commit comments

Comments
 (0)