From 27b76bff5014a4317095b8797ec623443beeb74d Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Tue, 26 May 2020 16:54:48 -0400 Subject: [PATCH] Improve spacing of git output. --- minetestenv-in-place.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minetestenv-in-place.rc b/minetestenv-in-place.rc index caa5e69..5f8ac14 100644 --- a/minetestenv-in-place.rc +++ b/minetestenv-in-place.rc @@ -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`'"