Reword the output.

This commit is contained in:
2025-10-14 13:41:46 -07:00
parent 6e3666cea2
commit c790dd6736

View File

@@ -33,7 +33,7 @@ git_status="$?"
echo "$output" | grep -v "up to date"
grep_status="$?"
log "Pull status is '$git_status', anything but 'up to date' is '$grep_status'."
log "Pull status is '$git_status', checking for changes is '$grep_status'."
if [[ $git_status != 0 ]]; then
log "*** ERROR: Git reported a failure! ***"