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.