makefile: clone linguist from https

This commit is contained in:
Máximo Cuadros 2017-04-05 19:27:19 +02:00
parent 45f82764b0
commit dae33dc2b2

View File

@ -1,7 +1,7 @@
LINGUIST_PATH = .linguist
$(LINGUIST_PATH):
git clone git@github.com:github/linguist.git $@
git clone https://github.com/github/linguist.git $@
test: $(LINGUIST_PATH)
go test -v ./...