Merge pull request #2124 from aaronSig/patch-1

Fixing typo
pull/2256/head
Andrew Chen 2017-01-23 10:01:02 -08:00 committed by GitHub
commit 29c416ad58
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.PONY: all build build-preview help serve
.PHONY: all build build-preview help serve
help: ## Show this help.
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {sub("\\\\n",sprintf("\n%22c"," "), $$2);printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)