From d712129502d802bf05581d5773488c576e05d04e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 10 Sep 2025 09:38:09 +0200 Subject: Makefile: consistent ; usage --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 '-----------------------------------------------------------------'; \ -- cgit v1.2.3