remove sync from makefile since we commit vendor directory.

pull/6635/head
Matthew Hooker 8 years ago
parent 7519037562
commit 62014840b4
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

@ -50,7 +50,6 @@ deps:
@go get -u github.com/mna/pigeon
@go get github.com/kardianos/govendor
@go get golang.org/x/tools/cmd/goimports
@govendor sync
dev: deps ## Build and install a development build
@grep 'const VersionPrerelease = ""' version/version.go > /dev/null ; if [ $$? -eq 0 ]; then \

Loading…
Cancel
Save