From a65e21dca92512cbde02607f9fb9a42c51630484 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 11 Sep 2016 10:03:21 +0200
Subject: [PATCH] Fix post-update zettel git hook.

---
 systemfiles/post-update | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/systemfiles/post-update b/systemfiles/post-update
index c1aa4d2..3bea5b2 100755
--- a/systemfiles/post-update
+++ b/systemfiles/post-update
@@ -1,5 +1,5 @@
 #!/bin/sh
-LIFELOGDIR=/home/plom/lifelog
-GIT_WORK_TREE=$LIFELOGDIR git checkout -f
-cd $LIFELOGDIR
+ZETTELDIR=/home/plom/zettel
+GIT_WORK_TREE=$ZETTELDIR git checkout -f
+cd $ZETTELDIR
 redo
-- 
2.30.2