X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=ikiwiki.setup;h=801cf20fa00d4b9f608b957ca03cbd4cd390e998;hb=83e57b4bad3741d3440ab19ab4073aea84b782df;hp=31e459f01ef03168f823a14fbc8601c9d5ad246c;hpb=2c7d246cffaccdf22cf9769842e0206b80ded585;p=cworth.org diff --git a/ikiwiki.setup b/ikiwiki.setup index 31e459f..801cf20 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -8,7 +8,7 @@ our ($gitrepo, $checkout); BEGIN { - $gitrepo = '/srv/cworth.org/wiki'; + $gitrepo = '/home/srv/cworth.org/wiki'; $checkout = "$gitrepo/ikiwiki-checkout"; }