diff options
author | Loïc Hoguin <[email protected]> | 2018-04-25 18:20:41 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-04-25 18:21:56 +0200 |
commit | 8bd55941aa362632a6e9d8bdca6789cc21ba7e8a (patch) | |
tree | c388949f6853105ad2c046e7a7ff03089eb9d5fc | |
parent | 8f4adf437cdfea60bab33d0e44133b6962857bc1 (diff) | |
download | cowboy-8bd55941aa362632a6e9d8bdca6789cc21ba7e8a.tar.gz cowboy-8bd55941aa362632a6e9d8bdca6789cc21ba7e8a.tar.bz2 cowboy-8bd55941aa362632a6e9d8bdca6789cc21ba7e8a.zip |
Fix the h2spec git URL
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ test-build:: $(H2SPEC) $(H2SPEC): $(gen_verbose) mkdir -p $(GOPATH)/src/github.com/summerwind - $(verbose) git clone [email protected]: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. |