diff options
author | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-07-12 03:52:00 -0500 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-07-12 16:52:00 +0800 |
commit | 2c3efd72ce30f77aa7f8056d4973e07912e15da3 (patch) | |
tree | ad12cc380786d22700239a9d631336d72d4b0fae /Makefile | |
parent | 2b05b104ef21309c0e82e5c6c12517b22a7cd8b2 (diff) | |
download | gitea-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |