Skip to content

Commit 7ebdbf0

Browse files
committed
Silence git remote update in bin/check_for_updates
1 parent 2d606e2 commit 7ebdbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/check_for_updates

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COLOR_NONE='\033[0m'
1010

1111
function check_for_update {
1212
pushd $2 > /dev/null
13-
git remote update
13+
git remote update > /dev/null
1414
LOCAL=$(git rev-parse @)
1515
REMOTE=$(git rev-parse "@{u}")
1616
BASE=$(git merge-base @ "@{u}")

0 commit comments

Comments
 (0)