mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-12 04:09:48 +00:00
makefile: clone linguist from https
This commit is contained in:
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 ./...
|
||||||
|
Reference in New Issue
Block a user