From cbf7ecbbab97de69eb28c71f538c0c32d1c55a64 Mon Sep 17 00:00:00 2001 From: kageru Date: Thu, 2 Apr 2020 15:54:39 +0200 Subject: [PATCH] better cron output --- blog-refresh.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blog-refresh.sh b/blog-refresh.sh index 90689cb..3997e42 100644 --- a/blog-refresh.sh +++ b/blog-refresh.sh @@ -45,5 +45,6 @@ if has_updates; then output '' output "" # Human-readable output for the cron notification - echo "Updated blog to $(git shortlog | tail -n2 | head -n1)" + echo 'Updated blog to:' + git log -1 fi