Skip to content

Commit

Permalink
Use govendor sync instead of get
Browse files Browse the repository at this point in the history
  • Loading branch information
moorereason authored and bep committed Oct 14, 2016
1 parent 3ce9046 commit 8b43d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 8b43d39

Please sign in to comment.