From c92e37af1340c08569648ad7be15a6edd9e7d773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Notin?= Date: Wed, 13 May 2020 17:40:13 +0200 Subject: [PATCH] Use git clone with "--depth=1" to fetch AWS SDK We don't need git history and it's faster! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24e3a90..970f96b 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ finding all the existing permissions run: ```console cd enumerate_iam/ -git clone https://github.com/aws/aws-sdk-js.git +git clone --depth=1 https://github.com/aws/aws-sdk-js.git python generate_bruteforce_tests.py rm -rf aws-sdk-js ```