mirror of
https://github.com/gohugoio/hugo.git
synced 2025-01-07 16:12:57 +00:00
Use govendor sync instead of get
This commit is contained in:
parent
3ce904669a
commit
8b43d39ef3
1 changed files with 1 additions and 1 deletions
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue