aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2025-09-10 09:38:09 +0200
committerEgor Tensin <egor@tensin.name>2025-09-10 09:38:09 +0200
commitd712129502d802bf05581d5773488c576e05d04e (patch)
tree69ac5142de6b457d0625214fe7ab66717c97e579 /Makefile
parentMakefile: unfreeze something (diff)
downloadfucktipp.ing-d712129502d802bf05581d5773488c576e05d04e.tar.gz
fucktipp.ing-d712129502d802bf05581d5773488c576e05d04e.zip
Makefile: consistent ; usage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1257a3e..6b4ef05 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 '-----------------------------------------------------------------'; \