aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/update3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/update b/bin/update
index 97bf50b..0d095c1 100755
--- a/bin/update
+++ b/bin/update
@@ -77,4 +77,5 @@ rfc -u
newsboat -x reload
repos -e ~/dev/go/ -e ~/dev/quicklisp/ -e ~/dev/archive/ ~/dev/ |
- xargs -I% x vcs -C% fetch OR echo 'WARNING: Failed to fetch repository: %.' >&2
+ xargs -I% -P4 x \
+ vcs -C% fetch OR echo 'WARNING: Failed to fetch repository: %.' >&2