Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron Moore <moorereason@gmail.com>2016-10-15 00:41:02 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-10-15 00:41:02 +0300
commit8b43d39ef312e5b9e3549aa8fa75a1464a467ae8 (patch)
treedcceae9011266db999371c521cfaf3655ed18320 /Makefile
parent3ce904669a0d24debc5849c9f1a2f3f5f8fc9f11 (diff)
Use govendor sync instead of get
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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