aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/update b/bin/update
index 0d095c1..11ac73d 100755
--- a/bin/update
+++ b/bin/update
@@ -78,4 +78,6 @@ newsboat -x reload
repos -e ~/dev/go/ -e ~/dev/quicklisp/ -e ~/dev/archive/ ~/dev/ |
xargs -I% -P4 x \
- vcs -C% fetch OR echo 'WARNING: Failed to fetch repository: %.' >&2
+ echo 'Fetching on %.' AND \
+ vcs -C% fetch OR \
+ echo 'WARNING: Failed to fetch repository: %.' >&2