Whitespace cleanup
This commit is contained in:
parent
455f0de817
commit
80ce0d2bdb
3 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@ case "$1" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
REMOTES=$(git remote -v | egrep "\t$MATCH" | gawk '{print $1 " " $2}' | sort -u | sed "s/$FORMULA/")
|
REMOTES=$(git remote -v | egrep "\t$MATCH" | gawk '{print $1 " " $2}' | sort -u | sed "s/$FORMULA/")
|
||||||
|
|
||||||
if [[ -z $REMOTES ]]; then
|
if [[ -z $REMOTES ]]; then
|
||||||
echo "Nothing to do." ; exit
|
echo "Nothing to do." ; exit
|
||||||
|
|
Reference in a new issue