From ee181bb25eb1bd4ba23bdc468827841d8a5125dc Mon Sep 17 00:00:00 2001 From: Jesus Rodriguez Date: Thu, 8 Mar 2018 19:22:14 -0500 Subject: [PATCH] adding a blank line to the help output (#826) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c5d2f74f0a..d3d5b4e818 100644 --- a/Makefile +++ b/Makefile @@ -113,5 +113,6 @@ help: ## Show this help screen @echo '' @grep -E '^[ a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \ awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}' + @echo '' .PHONY: run build-image release-image release push clean deploy ci cleanup-ci lint build vendor fmt fmtcheck test vet help test-cover-html prep-local