From f7c2b25401c1a17afa10a473b180a6316b386d25 Mon Sep 17 00:00:00 2001 From: "Niels G. W. Serup" Date: Thu, 25 Aug 2016 02:29:50 +0200 Subject: [PATCH] Fix hook. --- hooks/post-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/post-update b/hooks/post-update index 5e8cd5b..75c0744 100755 --- a/hooks/post-update +++ b/hooks/post-update @@ -1,6 +1,6 @@ #!/bin/sh -cd /home/niels/prog/media +cd /var/www/media.metanohi.name unset GIT_DIR git pull ./scripts/generate-site.sh