aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/update2
1 files changed, 1 insertions, 1 deletions
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