Fix a minor type in Makefile

s/men/been/
This commit is contained in:
Larry Wright 2018-09-21 14:41:30 -05:00 committed by GitHub
parent 6f6da528e9
commit c5c4b9051c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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