diff options
author | Viktor Szakats <commit@vszakats.net> | 2018-09-23 22:26:11 +0000 |
---|---|---|
committer | Viktor Szakats <commit@vszakats.net> | 2018-09-23 22:26:11 +0000 |
commit | 6ae6b2a533e8630afbb21f570305bd4ceece6348 (patch) | |
tree | 280f3b66b24e0a6761e1304b953c95e5d0e258fd /tests/fuzz | |
parent | b801b453af6de75838c3298137628f05e94ffb48 (diff) | |
download | curl-6ae6b2a533e8630afbb21f570305bd4ceece6348.tar.gz |
update URLs in tests
- and one in docs/MANUAL as well
Closes https://github.com/curl/curl/pull/3038
Diffstat (limited to 'tests/fuzz')
-rwxr-xr-x | tests/fuzz/download_fuzzer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzz/download_fuzzer.sh b/tests/fuzz/download_fuzzer.sh index 8c70b56e1..e88a581e1 100755 --- a/tests/fuzz/download_fuzzer.sh +++ b/tests/fuzz/download_fuzzer.sh @@ -4,4 +4,4 @@ set -ex # Clone the curl-fuzzer repository to the specified directory. -git clone http://github.com/curl/curl-fuzzer $1 +git clone https://github.com/curl/curl-fuzzer $1 |