Skip to content

Commit 8704d51

Browse files
committed
Fix typo
1 parent 69d4588 commit 8704d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Layout/pkg/windows/bundles/sdk/bundle.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<?if $(TargetArchitecture)~=x86?>
3333
<SoftwareTag Regid="microsoft.com" InstallPath="[ProgramFilesFolder]dotnet" />
3434
<?else?>
35-
<SoftwareTag Regid="microsoft.com" InstallPath="[ProgramFiles64Folder]dotnet]" />
35+
<SoftwareTag Regid="microsoft.com" InstallPath="[ProgramFiles64Folder]dotnet" />
3636
<?endif?>
3737

3838
<!-- Search references for upgrade policy keys -->

0 commit comments

Comments
 (0)