Improve spacing of git output.

master
poikilos 2020-05-26 16:54:48 -04:00
parent e3b810e78a
commit 27b76bff50
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ install_git_mod_here(){
# echo " * updating '`pwd`' from git..."
GIT_OUTPUT=$(git pull)
if [ "$GIT_OUTPUT" != "Already up to date." ]; then
echo "$GIT_OUTPUT"
echo " $GIT_OUTPUT"
fi
if [ $? -ne 0 ]; then
echo "WARNING: (install_git_mod_here) 'git pull' failed in '`pwd`'"