mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
Use govendor sync instead of get
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
3ce904669a
commit
8b43d39ef3
2
Makefile
2
Makefile
@@ -35,7 +35,7 @@ docker:
|
|||||||
govendor:
|
govendor:
|
||||||
go get -u github.com/kardianos/govendor
|
go get -u github.com/kardianos/govendor
|
||||||
go install github.com/kardianos/govendor
|
go install github.com/kardianos/govendor
|
||||||
govendor get github.com/spf13/hugo
|
govendor sync github.com/spf13/hugo
|
||||||
|
|
||||||
check: fmt vet test test-race
|
check: fmt vet test test-race
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user