From 7379df38dec638381c5b664d1202efb505fac5db Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 14 Oct 2025 13:11:37 -0700 Subject: [PATCH] Make output even more succint. Remove duplicate cd command. --- cronjob.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/cronjob.sh b/cronjob.sh index d94fbad..50ffa5d 100755 --- a/cronjob.sh +++ b/cronjob.sh @@ -26,9 +26,6 @@ function reload-project { ## Main ## -log "Checking for updates..." -cd $DIR - # Pull any updates, and if the project is already up to date, exit successfully. git pull | grep -v "up to date" status="$?"