style: combined consecutive calls to echo

This commit is contained in:
Emile Clark-Boman 2025-07-25 19:45:22 +10:00
parent 32e66c2329
commit def2126eeb

6
bin/g
View file

@ -258,8 +258,7 @@ if [[ "$?" -eq 0 ]]; then
echo echo
git push origin --delete "$2" git push origin --delete "$2"
else else
echo echo -e '\nOK, just thought I'"'"'d ask.'
echo 'OK, just thought I'"'"'d ask.'
fi fi
fi fi
;; ;;
@ -418,8 +417,7 @@ if [ ! -z "$tags" ]; then
echo echo
follow_tags='--follow-tags' follow_tags='--follow-tags'
else else
echo echo -e '\nOK, just thought I'"'"'d ask.'
echo 'OK, just thought I'"'"'d ask.'
fi fi
fi fi
# Check to see if upstream is set. # Check to see if upstream is set.