From 8b43d39ef312e5b9e3549aa8fa75a1464a467ae8 Mon Sep 17 00:00:00 2001 From: Cameron Moore Date: Fri, 14 Oct 2016 16:41:02 -0500 Subject: [PATCH] Use govendor sync instead of get --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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