style: combined consecutive calls to echo
This commit is contained in:
parent
32e66c2329
commit
def2126eeb
1 changed files with 2 additions and 4 deletions
6
bin/g
6
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue