Skip to content

Commit 0303d33

Browse files
feat: Copy-OpenPackage ( Fixes #7 )
Removing unused variable
1 parent d2ecfbf commit 0303d33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Commands/Copy-OpenPackage.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ function Copy-OpenPackage
150150
$selectSplat[$key] = $PSBoundParameters[$key]
151151
}
152152
}
153-
$inputPackageParts = $selectedParts = Select-OpenPackage @selectSplat
153+
$inputPackageParts = Select-OpenPackage @selectSplat
154154

155155
$inputPackageRelationships = @($InputObject.GetRelationships())
156156

0 commit comments

Comments
 (0)