Skip to content

Commit abdf33d

Browse files
committed
(build) Updated PSBuild download URL
1 parent 172e1a3 commit abdf33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildScripts/default.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Task -Name __InstallPSBuild -Description $private -Action {
337337
# This test works locally, but not on AppVeyor
338338
# if (-not (test-CommandExists Invoke-MSBuild)) {
339339
# Write-Output "PSBuild is not already installed";
340-
(new-object Net.WebClient).DownloadString("https://raw.github.com/ligershark/psbuild/master/src/GetPSBuild.ps1") | Invoke-Expression;
340+
(new-object Net.WebClient).DownloadString("https://raw.githubusercontent.com/ligershark/psbuild/master/src/GetPSBuild.ps1") | Invoke-Expression;
341341
# } else {
342342
# Write-Output "PSBuild is already installed";
343343
# }

0 commit comments

Comments
 (0)