0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Fix the h2spec git URL

This commit is contained in:
Loïc Hoguin 2018-04-25 18:20:41 +02:00
parent 8f4adf437c
commit 8bd55941aa
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -65,7 +65,7 @@ test-build:: $(H2SPEC)
$(H2SPEC): $(H2SPEC):
$(gen_verbose) mkdir -p $(GOPATH)/src/github.com/summerwind $(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 $(verbose) make -C $(GOPATH)/src/github.com/summerwind/h2spec build
# Use erl_make_certs from the tested release during CI. # Use erl_make_certs from the tested release during CI.