aboutsummaryrefslogtreecommitdiffstats
path: root/roles/radicale/templates/config.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/radicale/templates/config.j2')
-rw-r--r--roles/radicale/templates/config.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/radicale/templates/config.j2 b/roles/radicale/templates/config.j2
index ca5e251..182cad1 100644
--- a/roles/radicale/templates/config.j2
+++ b/roles/radicale/templates/config.j2
@@ -67,7 +67,7 @@ filesystem_folder = {{ radicale.home }}
# Command that is run after changes to storage
# See: http://radicale.org/versioning/
-hook = ([ -d .git ] || git init) && git add -A && (git diff --cached --quiet || git commit -m "Changes by "%(user)s)
+hook = ([ -d .git ] || /usr/local/bin/git init) && /usr/local/bin/git add -A && (/usr/local/bin/git diff --cached --quiet || /usr/local/bin/git commit -m "Changes by %(user)s")
# Web interface backend