Fix a minor type in Makefile (#7)

s/men/been/
This commit is contained in:
Larry Wright 2018-09-21 14:43:11 -05:00 committed by Jess Frazelle
parent 6f6da528e9
commit 19a32db84d

View file

@ -39,7 +39,7 @@ cl-k8s:
@echo "Static container for $@ created at: ./$@" @echo "Static container for $@ created at: ./$@"
.PHONY: fmt .PHONY: fmt
fmt: ## Verifies all files have men `gofmt`ed fmt: ## Verifies all files have been `gofmt`ed
@echo "+ $@" @echo "+ $@"
@gofmt -s -l . | grep -v '.pb.go:' | grep -v vendor | grep -v bindata.go | tee /dev/stderr @gofmt -s -l . | grep -v '.pb.go:' | grep -v vendor | grep -v bindata.go | tee /dev/stderr