From c790dd673653759c82dd810dfb86b32f3303ac8b Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 14 Oct 2025 13:41:46 -0700 Subject: [PATCH] Reword the output. --- cronjob.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cronjob.sh b/cronjob.sh index f433471..3161841 100755 --- a/cronjob.sh +++ b/cronjob.sh @@ -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! ***"