Skip to content

Commit 6447ff0

Browse files
authored
Update WindowsTemplateStudio.ps1
1 parent 9230b59 commit 6447ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/WindowsTemplateStudio.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $wtsVsix = [System.IO.Path]::GetFileName($wtsFileUrl.source)
1515
$desktopPath = Resolve-Path $env:USERPROFILE\desktop
1616
$wtsFullPath = [System.IO.Path]::Combine($desktopPath, $wtsVsix);
1717

18-
Invoke-WebRequest -Uri $wtsFileUrl.source -OutFile $wtsVsix
18+
Invoke-WebRequest -Uri $wtsFileUrl.source -OutFile `"$wtsVsix`"
1919

2020
$vsixInstallerFile = Get-Childitem -Include vsixinstaller.exe -Recurse -Path "C:\Program Files (x86)\Microsoft Visual Studio\2017\"
2121
$wtsArgList = $wtsFullPath + " /q"

0 commit comments

Comments
 (0)