Correct go tool vet invocation.

This commit is contained in:
David Anderson 2019-01-22 21:04:32 -08:00
parent d0d1e29c07
commit 0576bf8116

View File

@ -24,7 +24,7 @@ test:
.PHONY: lint
lint:
$(GOMODULECMD) tool vet
$(GOMODULECMD) tool vet .
REGISTRY=pixiecore
TAG=dev