aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/scripts/packman/win-bootstrap/fetch_file_from_s3.cmd
diff options
context:
space:
mode:
authorMarijn Tamis <[email protected]>2018-07-06 17:26:27 +0200
committerMarijn Tamis <[email protected]>2018-07-06 17:26:27 +0200
commitc3ac1004e49545ad0e92c6a1bc6a0a2b8c2ad3d9 (patch)
tree08b85c3d9bcbfec3ee2340e9625b10a5bc1e3dbc /NvCloth/scripts/packman/win-bootstrap/fetch_file_from_s3.cmd
parentFix cmake.packman.xml using an advice from Halldor, so it should work for non... (diff)
downloadnvcloth-c3ac1004e49545ad0e92c6a1bc6a0a2b8c2ad3d9.tar.xz
nvcloth-c3ac1004e49545ad0e92c6a1bc6a0a2b8c2ad3d9.zip
Fixed packman issues. 2447985
Diffstat (limited to 'NvCloth/scripts/packman/win-bootstrap/fetch_file_from_s3.cmd')
-rw-r--r--NvCloth/scripts/packman/win-bootstrap/fetch_file_from_s3.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/NvCloth/scripts/packman/win-bootstrap/fetch_file_from_s3.cmd b/NvCloth/scripts/packman/win-bootstrap/fetch_file_from_s3.cmd
index 0d0a440..61a70fa 100644
--- a/NvCloth/scripts/packman/win-bootstrap/fetch_file_from_s3.cmd
+++ b/NvCloth/scripts/packman/win-bootstrap/fetch_file_from_s3.cmd
@@ -3,7 +3,7 @@
@set PACKAGE_NAME=%1
@set TARGET_PATH=%2
-@echo Fetching %PACKAGE_NAME% from S3 ...
+@echo Fetching %PACKAGE_NAME% from packman-bootstrap over HTTP ...
@powershell -ExecutionPolicy ByPass -NoLogo -NoProfile -File "%~dp0fetch_file_from_s3.ps1" -sourceName %PACKAGE_NAME% ^
-output %TARGET_PATH%