From 8bd55941aa362632a6e9d8bdca6789cc21ba7e8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 25 Apr 2018 18:20:41 +0200 Subject: Fix the h2spec git URL --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cecebd6..c4dc68a 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ test-build:: $(H2SPEC) $(H2SPEC): $(gen_verbose) mkdir -p $(GOPATH)/src/github.com/summerwind - $(verbose) git clone git@github.com:summerwind/h2spec.git $(dir $(H2SPEC)) + $(verbose) git clone --depth 1 https://github.com/summerwind/h2spec $(dir $(H2SPEC)) $(verbose) make -C $(GOPATH)/src/github.com/summerwind/h2spec build # Use erl_make_certs from the tested release during CI. -- cgit v1.2.3