Browse Source

fix typo (#2145)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
for-closed-social
Bo-Yi Wu 6 years ago
committed by Lunny Xiao
parent
commit
2c3efd72ce
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -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;

Loading…
Cancel
Save