summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBo-Yi Wu <appleboy.tw@gmail.com>2017-07-12 03:52:00 -0500
committerLunny Xiao <xiaolunwen@gmail.com>2017-07-12 16:52:00 +0800
commit2c3efd72ce30f77aa7f8056d4973e07912e15da3 (patch)
treead12cc380786d22700239a9d631336d72d4b0fae /Makefile
parent2b05b104ef21309c0e82e5c6c12517b22a7cd8b2 (diff)
downloadgitea-2c3efd72ce30f77aa7f8056d4973e07912e15da3.tar.gz
gitea-2c3efd72ce30f77aa7f8056d4973e07912e15da3.zip
fix typo (#2145)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Diffstat (limited to 'Makefile')
-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;