Skip to content

Commit 008101b

Browse files
authored
Fixed type
1 parent c51d19a commit 008101b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Misc/layoutbin/powershell/Add-VisualStudioCapabilities.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $keyName14 = 'Software\Microsoft\VisualStudio\14.0'
8787
$keyName15 = 'Software\Microsoft\VisualStudio\15.0'
8888
$keyName16 = 'Software\Microsoft\VisualStudio\16.0'
8989
$keyName17 = 'Software\Microsoft\VisualStudio\17.0'
90-
$keyName17 = 'Software\Microsoft\VisualStudio\18.0'
90+
$keyName18 = 'Software\Microsoft\VisualStudio\18.0'
9191

9292
# Add the capabilities.
9393
$latestVS = $null

0 commit comments

Comments
 (0)