diff options
Diffstat (limited to 'bin/update')
-rwxr-xr-x | bin/update | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |