Skip to content

Commit

Permalink
Fix all error (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtintor authored Mar 19, 2024
1 parent e618e98 commit 30c6ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CompatibilityAdapterBuilder.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ $OutputTransformations
{
if(`$PSBoundParameters["$($OldName)"])
{
`$params["$($NewName)"] = `$Null
`$params["$($NewName)"] = `$PSBoundParameters["$($OldName)"]
}
}
Expand Down Expand Up @@ -1034,4 +1034,4 @@ Set-StrictMode -Version 5
"@
}
}
}

0 comments on commit 30c6ec2

Please sign in to comment.