From 459a018e90eccfbd3c2288bfce79ead6de4b512f Mon Sep 17 00:00:00 2001 From: Joseph Turner Date: Mon, 9 Aug 2021 00:52:00 -0700 Subject: Fix typo in caldav post-sync hook git commit message Signed-off-by: Lukas Fleischer --- contrib/caldav/hooks/post-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/caldav/hooks/post-sync b/contrib/caldav/hooks/post-sync index 62ebe11..db0059b 100755 --- a/contrib/caldav/hooks/post-sync +++ b/contrib/caldav/hooks/post-sync @@ -26,7 +26,7 @@ commit_dir() { if [ -d .git ] && command -v git >/dev/null; then git add "$@" if ! git diff-index --quiet --cached HEAD; then - git commit -m "Automatic commit by the post-save hook" + git commit -m "Automatic commit by the post-sync hook" fi fi } -- cgit v1.2.3