mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 18:49:58 +00:00
fate.sh: Run git-pull in quiet mode to avoid console spam.
Since fate.sh can be run from cron, silent commands are preferrable.
This commit is contained in:
parent
be64629a13
commit
12ad0677b4
@ -35,7 +35,7 @@ checkout(){
|
||||
update()(
|
||||
cd ${src} || return
|
||||
case "$repo" in
|
||||
git:*) git pull ;;
|
||||
git:*) git pull --quiet ;;
|
||||
esac
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user