From e8601a3da1355cb639fac69c0bb8be66dab8fdb5 Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Thu, 26 Jan 2017 13:06:44 -0800 Subject: [PATCH] fix download paths --- bootstrapper.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrapper.ps1 b/bootstrapper.ps1 index f7792f7..9c2084e 100755 --- a/bootstrapper.ps1 +++ b/bootstrapper.ps1 @@ -35,7 +35,7 @@ if (!(Test-Path $TOOLS_DIR)) { # Make sure packages.config exists where we expect it. if (!(Test-Path $PACKAGES_CONFIG)) { - Invoke-WebRequest -Uri http://cakebuild.net/bootstrapper/packages -OutFile $PACKAGES_CONFIG + Invoke-WebRequest -Uri http://cakebuild.net/download/bootstrapper/packages -OutFile $PACKAGES_CONFIG } # Make sure NuGet exists where we expect it.