Commit 9328adcc authored by Diego Biurrun's avatar Diego Biurrun

fate: Be silent when fetching Git updates

parent 5e555f93
......@@ -37,7 +37,7 @@ checkout(){
update()(
cd ${src} || return
case "$repo" in
git:*) git fetch --force; git reset --quiet --hard "origin/$branch" ;;
git:*) git fetch --quiet --force; git reset --quiet --hard "origin/$branch" ;;
esac
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment