Don't warn about modified git dir twice

This commit is contained in:
Martin Lablans 2022-11-29 08:20:51 +00:00
parent f359e06875
commit eea0c665a2
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ for DIR in /etc/bridgehead $(pwd); do
log "INFO" "Checking for updates to git repo $DIR ..."
OUT="$(git -C $DIR status --porcelain)"
if [ -n "$OUT" ]; then
log WARN "The working directory $DIR is modified. Changed files: $OUT"
report_error log "The working directory $DIR is modified. Changed files: $OUT"
fi
if [ "$(git -C $DIR config --get credential.helper)" != "$CREDHELPER" ]; then