mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-23 16:40:08 -03:00
makefile: clone linguist from https
This commit is contained in:
parent
45f82764b0
commit
dae33dc2b2
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
LINGUIST_PATH = .linguist
|
LINGUIST_PATH = .linguist
|
||||||
|
|
||||||
$(LINGUIST_PATH):
|
$(LINGUIST_PATH):
|
||||||
git clone git@github.com:github/linguist.git $@
|
git clone https://github.com/github/linguist.git $@
|
||||||
|
|
||||||
test: $(LINGUIST_PATH)
|
test: $(LINGUIST_PATH)
|
||||||
go test -v ./...
|
go test -v ./...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user