From: Carl Worth Date: Wed, 26 Nov 2014 02:59:45 +0000 (-0800) Subject: Another instance of /home/srv instead of /srv X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=83e57b4bad3741d3440ab19ab4073aea84b782df Another instance of /home/srv instead of /srv Missed this in the previous commit. --- 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"; }