make updatedeps will actually update now

This commit is contained in:
Chris Bednarski 2015-06-15 10:30:45 -07:00
parent 5e786e3bb2
commit d393bb5112
1 changed files with 1 additions and 1 deletions

View File

@ -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 \