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 8641652..3d6a97d 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -335,7 +335,7 @@ function fix_origin {
if ! git remote | grep -F origin &> /dev/null; then
git remote add origin $PKG_ROOT/$1
fi
- git remote update
+ git remote update &> /dev/null
}
# Check dependencies, conflicts etc.