From 54aa6723809b93ee8845417601cf4674ae7f9c39 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 27 Feb 2023 20:56:17 -0300 Subject: bin/update: Do not fail if last repository fails --- bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 ||: -- cgit v1.2.3