From 0576bf8116a319f999530797f121b22986a4d7fd Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 22 Jan 2019 21:04:32 -0800 Subject: [PATCH] Correct `go tool vet` invocation. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7eba05a..d6be8ae 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ test: .PHONY: lint lint: - $(GOMODULECMD) tool vet + $(GOMODULECMD) tool vet . REGISTRY=pixiecore TAG=dev