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