mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-04 09:19:06 +01:00
parent
2b05b104ef
commit
2c3efd72ce
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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;
|
||||
|
|
Loading…
Reference in a new issue