summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index fffcfea..00eac06 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -135,7 +135,7 @@ vcs_incoming () {
vcs_update () {
[ -d .hg ] && hg --quiet pull --update
- [ -d .git ] && git pull
+ [ -d .git ] && git pull --quiet
}