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 09:22:49 +0200
commit8e69511b2bbc21facb604045d6704f826b22a84f (patch)
treee59a8ee3aecc1b15b112d957139bbb5305caeea4
parentadd more things to .gitignore (diff)
downloadblog-8e69511b2bbc21facb604045d6704f826b22a84f.tar.gz
blog-8e69511b2bbc21facb604045d6704f826b22a84f.zip
Makefile: consistent ; usage
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2981e5d..a833820 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"; \