aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-02-27 20:56:17 -0300
committerEuAndreh <eu@euandre.org>2023-02-27 20:56:17 -0300
commit54aa6723809b93ee8845417601cf4674ae7f9c39 (patch)
tree0509f08c8cbaa41a5efb9121563aa9819ec7083f
parentbin/update: Include $XDG_PREFIX and $PRIV_CONFIG in update list (diff)
downloaddotfiles-54aa6723809b93ee8845417601cf4674ae7f9c39.tar.gz
dotfiles-54aa6723809b93ee8845417601cf4674ae7f9c39.tar.xz
bin/update: Do not fail if last repository fails
-rwxr-xr-xbin/update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update b/bin/update
index 4768946..ecf8900 100755
--- a/bin/update
+++ b/bin/update
@@ -81,4 +81,4 @@ repos \
xargs -I% -P4 x \
echo 'Fetching on %.' AND \
vcs -C% fetch OR \
- echo 'WARNING: Failed to fetch repository: %.' >&2
+ echo 'WARNING: Failed to fetch repository: %.' >&2 ||: