From 19a32db84da834c4f97ec83d85dd96d792bbd658 Mon Sep 17 00:00:00 2001 From: Larry Wright Date: Fri, 21 Sep 2018 14:43:11 -0500 Subject: [PATCH] Fix a minor type in Makefile (#7) s/men/been/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efc9b9e..7a2d386 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ cl-k8s: @echo "Static container for $@ created at: ./$@" .PHONY: fmt -fmt: ## Verifies all files have men `gofmt`ed +fmt: ## Verifies all files have been `gofmt`ed @echo "+ $@" @gofmt -s -l . | grep -v '.pb.go:' | grep -v vendor | grep -v bindata.go | tee /dev/stderr