Merge pull request #2124 from aaronSig/patch-1

Fixing typo
This commit is contained in:
Andrew Chen
2017-01-23 10:01:02 -08:00
committed by GitHub
+1 -1
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)