From def2126eeb62c44837dbfee4f8c105848a7d95f2 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Fri, 25 Jul 2025 19:45:22 +1000 Subject: [PATCH] style: combined consecutive calls to echo --- bin/g | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bin/g b/bin/g index fd14225..a818a20 100755 --- a/bin/g +++ b/bin/g @@ -258,8 +258,7 @@ if [[ "$?" -eq 0 ]]; then echo git push origin --delete "$2" else - echo - echo 'OK, just thought I'"'"'d ask.' + echo -e '\nOK, just thought I'"'"'d ask.' fi fi ;; @@ -418,8 +417,7 @@ if [ ! -z "$tags" ]; then echo follow_tags='--follow-tags' else - echo - echo 'OK, just thought I'"'"'d ask.' + echo -e '\nOK, just thought I'"'"'d ask.' fi fi # Check to see if upstream is set.