From 83e57b4bad3741d3440ab19ab4073aea84b782df Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 25 Nov 2014 18:59:45 -0800 Subject: [PATCH] Another instance of /home/srv instead of /srv Missed this in the previous commit. --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 2.43.0