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
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue