From 44d554f467d48335d230c92ea3c6f98c65d27cd4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 10 Sep 2025 09:32:46 +0200 Subject: Makefile: consistent ; usage --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 368c287..afcf1a5 100644 --- a/Makefile +++ b/Makefile @@ -31,14 +31,14 @@ maintenance: ruby @git_status="$$( git status --porcelain=v1 )" && \ if [ -z "$$git_status" ]; then \ - true ; \ + true; \ elif [ "$$git_status" = ' M Gemfile.lock' ] \ || [ "$$git_status" = $$' M Gemfile.lock\n M package-lock.json' ] \ || [ "$$git_status" = $$' M Gemfile.lock\n M package-lock.json\n M assets/js/bundle.js' ]; 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