1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Use govendor sync instead of get

This commit is contained in:
Cameron Moore
2016-10-14 16:41:02 -05:00
committed by Bjørn Erik Pedersen
parent 3ce904669a
commit 8b43d39ef3

View File

@ -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