diff options
Diffstat (limited to 'contrib/caldav')
-rwxr-xr-x | contrib/caldav/hooks/post-sync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/caldav/hooks/post-sync b/contrib/caldav/hooks/post-sync index 94b6ed3..c119ba7 100755 --- a/contrib/caldav/hooks/post-sync +++ b/contrib/caldav/hooks/post-sync @@ -5,7 +5,7 @@ cd "$HOME"/.calcurse/ -git add * +git add apts conf keys todo if ! git diff-index --quiet --cached HEAD; then git commit -m "Automatic commit by the post-sync hook" fi |