[util-pkgtree] verbose clone again

This commit is contained in:
udeved 2015-02-17 12:41:45 +01:00
parent 7d0bdf89c2
commit ec067e2877

View file

@ -27,7 +27,7 @@ sync_tree(){
clone_tree(){
msg "Preparing [$1] ..."
msg3 "clone"
git clone $2.git -q
git clone $2.git # -q
msg "Done [$1]"
}