Skip to content

Commit 732f0a1

Browse files
authored
Merge pull request #43684 from stgeorgi/patch-9
Fixing a type in a comment
2 parents 2f74bbe + 6fa7224 commit 732f0a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/virtual-desktop/app-attach.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,7 @@ Before you update the PowerShell scripts, make sure you have the volume GUID of
303303
304304
$packageManager = [Windows.Management.Deployment.PackageManager]::new()
305305
306-
$path = $msixJunction + $parentFolder + $packageName # needed if we do the
307-
pbisigned.vhd
306+
$path = $msixJunction + $parentFolder + $packageName # needed if we do the pbisigned.vhd
308307
309308
$path = ([System.Uri]$path).AbsoluteUri
310309

0 commit comments

Comments
 (0)