]> git.cworth.org Git - cworth.org/commitdiff
Another instance of /home/srv instead of /srv
authorCarl Worth <cworth@cworth.org>
Wed, 26 Nov 2014 02:59:45 +0000 (18:59 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 26 Nov 2014 02:59:45 +0000 (18:59 -0800)
Missed this in the previous commit.

ikiwiki.setup

index 31e459f01ef03168f823a14fbc8601c9d5ad246c..801cf20fa00d4b9f608b957ca03cbd4cd390e998 100644 (file)
@@ -8,7 +8,7 @@
 our ($gitrepo, $checkout);
 
 BEGIN {
 our ($gitrepo, $checkout);
 
 BEGIN {
-       $gitrepo = '/srv/cworth.org/wiki';
+       $gitrepo = '/home/srv/cworth.org/wiki';
        $checkout = "$gitrepo/ikiwiki-checkout";
 }
 
        $checkout = "$gitrepo/ikiwiki-checkout";
 }