summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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;