Skip to content

Commit

Permalink
fix download paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Jan 26, 2017
1 parent ded330c commit e8601a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrapper.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e8601a3

Please sign in to comment.