diff options
| author | Marijn Tamis <[email protected]> | 2018-05-03 18:22:48 +0200 |
|---|---|---|
| committer | Marijn Tamis <[email protected]> | 2018-05-03 18:22:48 +0200 |
| commit | ca32c59a58d37c1822e185a2d5f3d0d3e8943593 (patch) | |
| tree | b06b9eec03f34344ef8fc31aa147b2714d3962ee /NvCloth/scripts/packman/win-bootstrap/fetch_file_from_s3.cmd | |
| parent | Forced rename of platform folders in cmake dir. Git didn't pick this up before. (diff) | |
| download | nvcloth-ca32c59a58d37c1822e185a2d5f3d0d3e8943593.tar.xz nvcloth-ca32c59a58d37c1822e185a2d5f3d0d3e8943593.zip | |
NvCloth 1.1.4 Release. (24070740)
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.cmd | 6 |
1 files changed, 3 insertions, 3 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 63766c1..0d0a440 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 S3 ... @powershell -ExecutionPolicy ByPass -NoLogo -NoProfile -File "%~dp0fetch_file_from_s3.ps1" -sourceName %PACKAGE_NAME% ^ -output %TARGET_PATH% @@ -16,7 +16,7 @@ @exit /b 0 :ERROR_DOWNLOAD_FAILED -@echo Failed to download file from %1 -@echo Most likely because endpoint cannot be reached (VPN connection down?) +@echo Failed to download file from S3 +@echo Most likely because endpoint cannot be reached or file %PACKAGE_NAME% doesn't exist @endlocal @exit /b 1
\ No newline at end of file |