From 2c3efd72ce30f77aa7f8056d4973e07912e15da3 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 12 Jul 2017 03:52:00 -0500 Subject: [PATCH] fix typo (#2145) Signed-off-by: Bo-Yi Wu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b3474375f6..bf36ce4aa2 100644 --- a/Makefile +++ b/Makefile @@ -264,7 +264,7 @@ public/js/index.js: $(JAVASCRIPTS) stylesheets-check: stylesheets @diff=$$(git diff public/css/index.css); \ if [ -n "$$diff" ]; then \ - echo "Please run 'make less' and commit the result:"; \ + echo "Please run 'make stylesheets' and commit the result:"; \ echo "$${diff}"; \ exit 1; \ fi;