aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2025-09-10 08:53:01 +0200
committerEgor Tensin <egor@tensin.name>2025-09-10 08:53:01 +0200
commit4c379474e09587321a8dcf418a096e0bba680752 (patch)
tree0e6d825b0db43499f87df9c2bd4c0758144c27bd
parentadd more things to .gitignore (diff)
downloadjekyll-theme-4c379474e09587321a8dcf418a096e0bba680752.tar.gz
jekyll-theme-4c379474e09587321a8dcf418a096e0bba680752.zip
Makefile: consistent ; usage
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 109d908..96b4270 100644
--- a/Makefile
+++ b/Makefile
@@ -21,12 +21,12 @@ maintenance: ruby
@git_status="$$( git status --porcelain=v1 )" && \
if [ -z "$$git_status" ]; then \
- true ; \
+ true; \
elif [ "$$git_status" = ' M Gemfile.lock' ]; then \
git commit -am 'bump dependencies' && \
- git push -q ; \
+ git push -q; \
else \
- echo ; \
+ echo; \
echo '-----------------------------------------------------------------'; \
echo 'Error: unrecognized modifications in the repository:'; \
echo "$$git_status"; \