summaryrefslogtreecommitdiff
path: root/package.inc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'package.inc.sh')
-rw-r--r--package.inc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.inc.sh b/package.inc.sh
index b1d438b..22147de 100644
--- a/package.inc.sh
+++ b/package.inc.sh
@@ -167,7 +167,7 @@ package_checkout() {
git show-ref -q "refs/heads/$remote/packages/$pkgname" ||
git branch -qf --no-track {,}"$remote/packages/$pkgname"
- git clone "$ASPROOT" --single-branch --branch "$remote/packages/$pkgname" \
+ quiet_git clone "$ASPROOT" --single-branch --branch "$remote/packages/$pkgname" \
"$startdir/$pkgname" || return 1
git --git-dir="$startdir/$pkgname/.git" config pull.rebase true