summaryrefslogtreecommitdiff
path: root/tests/fuzz/download_fuzzer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fuzz/download_fuzzer.sh')
-rwxr-xr-xtests/fuzz/download_fuzzer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzz/download_fuzzer.sh b/tests/fuzz/download_fuzzer.sh
index adc3ec53d..b19fbb7ba 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 https://github.com/curl/curl-fuzzer $1
+git clone --depth=1 https://github.com/curl/curl-fuzzer "$1"