@@ -59,6 +59,7 @@ pullCode() {
git checkout .
echo -e "$echoPrefix git pull $echoSuffix"
if [ "`git pull`" == "Already up-to-date." ]; then
+ echo ""
fi
echo ""
}