From b3372e864a8c8ec5393d731919da0fc94e63d1da Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 21 Oct 2022 15:19:31 -0300 Subject: bin/update: Add more explicit warning when vcs fetch fails --- bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/update') diff --git a/bin/update b/bin/update index 9eda076..2c7bba8 100755 --- a/bin/update +++ b/bin/update @@ -81,5 +81,5 @@ repos -e ~/dev/go/ -e ~/dev/quicklisp/ -e ~/dev/archive/ ~/dev/ | TYPE="$(echo "$line" | cut -d: -f1)" DIR="$( echo "$line" | cut -d: -f2-)" cd "$DIR" - vcs "$TYPE" fetch || printf 'Failed to fetch repository: %s.\n' "$DIR" >&2 + vcs "$TYPE" fetch || printf 'WARNING: Failed to fetch repository: %s.\n' "$DIR" >&2 done -- cgit v1.2.3