diff options
author | EuAndreh <eu@euandre.org> | 2023-02-27 20:56:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-27 20:56:17 -0300 |
commit | 54aa6723809b93ee8845417601cf4674ae7f9c39 (patch) | |
tree | 0509f08c8cbaa41a5efb9121563aa9819ec7083f /bin/update | |
parent | bin/update: Include $XDG_PREFIX and $PRIV_CONFIG in update list (diff) | |
download | dotfiles-54aa6723809b93ee8845417601cf4674ae7f9c39.tar.gz dotfiles-54aa6723809b93ee8845417601cf4674ae7f9c39.tar.xz |
bin/update: Do not fail if last repository fails
Diffstat (limited to 'bin/update')
-rwxr-xr-x | bin/update | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ||: |