From dae33dc2b20cddc85d1300435c3be7118a7115a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ximo=20Cuadros?= Date: Wed, 5 Apr 2017 19:27:19 +0200 Subject: [PATCH] makefile: clone linguist from https --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a172ca..9911f07 100644 --- a/Makefile +++ b/Makefile @@ -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 ./...