We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Copy-OpenPackage
1 parent d2ecfbf commit 0303d33Copy full SHA for 0303d33
1 file changed
Commands/Copy-OpenPackage.ps1
@@ -150,7 +150,7 @@ function Copy-OpenPackage
150
$selectSplat[$key] = $PSBoundParameters[$key]
151
}
152
153
- $inputPackageParts = $selectedParts = Select-OpenPackage @selectSplat
+ $inputPackageParts = Select-OpenPackage @selectSplat
154
155
$inputPackageRelationships = @($InputObject.GetRelationships())
156
0 commit comments