Skip to content

Commit

Permalink
adding a blank line to the help output (openshift#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrodri authored and Erik Nelson committed Mar 9, 2018
1 parent 4c080f1 commit ee181bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ee181bb

Please sign in to comment.