Commit 10bad00a authored by Chris Bednarski's avatar Chris Bednarski

Merge pull request #2252 from mitchellh/b-updatedeps

make make updatedeps actually update deps
parents 5e786e3b d393bb51
...@@ -31,7 +31,7 @@ testrace: ...@@ -31,7 +31,7 @@ testrace:
go test -race $(TEST) $(TESTARGS) go test -race $(TEST) $(TESTARGS)
updatedeps: updatedeps:
go get -d -v -p 2 ./... go get -u -d -v -p 2 ./...
vet: vet:
@go tool vet 2>/dev/null ; if [ $$? -eq 3 ]; then \ @go tool vet 2>/dev/null ; if [ $$? -eq 3 ]; then \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment