Skip to content

Commit bb3ecd3

Browse files
committed
fix: double /r in pwpush link
1 parent 4500250 commit bb3ecd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CippExtensions/Public/PwPush/New-PwPushLink.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function New-PwPushLink {
1919
if ($PSCmdlet.ShouldProcess('Create a new PwPush link')) {
2020
$Link = New-Push @PushParams
2121
if ($Configuration.RetrievalStep) {
22-
return $Link.LinkRetrievalStep
22+
return $Link.LinkRetrievalStep -replace '/r/r', '/r'
2323
}
2424
return $Link.Link
2525
}

0 commit comments

Comments
 (0)