fate.sh: Run git-clone quietly
This commit is contained in:
parent
f369b9356c
commit
c58f4069e1
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ lock(){
|
|||
checkout(){
|
||||
case "$repo" in
|
||||
file:*|/*) src="${repo#file:}" ;;
|
||||
git:*) git clone "$repo" "$src" ;;
|
||||
git:*) git clone --quiet "$repo" "$src" ;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue