diff --git a/Makefile b/Makefile index ba9a28621..684e1d1be 100644 --- a/Makefile +++ b/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