Skip to content

Commit f5fe735

Browse files
author
James Brundage
committed
Invoke-PipeScript: Fixing Typo related to generic arguments on typeconstraints
1 parent 127d786 commit f5fe735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Invoke-PipeScript.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
if ($TypeName.IsGeneric) {
8888
$TypeNameParams[$typeName.Name] =
8989
$typeName.GenericArguments |
90-
UnpackTypeConstraintArgs
90+
TypeConstraintToArguments
9191
} elseif (-not $TypeName.IsArray) {
9292
$TypeNameArgs += $TypeName.Name
9393
}

0 commit comments

Comments
 (0)