From 9631301179d8d69699718c6607c6066990c24ac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Fri, 18 Dec 2015 11:41:18 +0100 Subject: [PATCH] Be verbose on updating. Useful --- general.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general.sh b/general.sh index 8cb2278cae..31b5095b5f 100644 --- a/general.sh +++ b/general.sh @@ -66,7 +66,7 @@ if [ -d "$SOURCES/$2/$GITHUBSUBDIR" ]; then cd $SOURCES/$2/$GITHUBSUBDIR git checkout -q $FORCE $3 display_alert "... updating" "$2" "info" - PULL=$(git pull -q) + PULL=$(git pull) else if [[ -n $3 && -n "$(git ls-remote $1 | grep "$tag")" ]]; then display_alert "... creating a shallow clone" "$2 $3" "info"