mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05: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:
|
||||
go get -u 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue