From 07eb4c362e1fd0da0c87a871f64f2fe95762eb2b Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 15 Jun 2007 10:16:07 -0700 Subject: [PATCH] Fix comma vs. semicolon typos. --- ikiwiki.setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index f90a837..180bb8e 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -44,9 +44,9 @@ use IkiWiki::Setup::Standard { adminemail => 'me@example.org', # Everything else can be customised on an as-needed basis - srcdir => "$checkout/src"; + srcdir => "$checkout/src", templatedir => "$checkout/templates", - underlaydir => "$checkout/underlay"; + underlaydir => "$checkout/underlay", # Git stuff. rcs => "git", -- 2.43.0