aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/scripts/packman/win-bootstrap/fetch_file_from_s3.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'NvCloth/scripts/packman/win-bootstrap/fetch_file_from_s3.ps1')
-rw-r--r--NvCloth/scripts/packman/win-bootstrap/fetch_file_from_s3.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/NvCloth/scripts/packman/win-bootstrap/fetch_file_from_s3.ps1 b/NvCloth/scripts/packman/win-bootstrap/fetch_file_from_s3.ps1
index fc588d9..c679ec2 100644
--- a/NvCloth/scripts/packman/win-bootstrap/fetch_file_from_s3.ps1
+++ b/NvCloth/scripts/packman/win-bootstrap/fetch_file_from_s3.ps1
@@ -2,7 +2,7 @@ param(
[Parameter(Mandatory=$true)][string]$sourceName=$null,
[string]$output="out.exe"
)
-$source = "http://packman.s3.amazonaws.com/" + $sourceName
+$source = "http://packman-bootstrap.s3.amazonaws.com/" + $sourceName
$filename = $output
$triesLeft = 3