From 211e27d1f5688d48b4fcbd4de5faee08c84b8c51 Mon Sep 17 00:00:00 2001 From: Martyn Date: Sat, 15 Mar 2025 16:36:32 +0000 Subject: [PATCH] Automatic commit of config from 2025-03-15 --- autocommit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autocommit.sh b/autocommit.sh index 5d6a8f3..a384359 100755 --- a/autocommit.sh +++ b/autocommit.sh @@ -6,6 +6,6 @@ if [ -n "$(git status --porcelain)" ]; then git commit -m "Automatic commit of config from $(date -I)" git push else - Nothing new to save to git + echo Nothing new to save to git fi popd