From: Carl Worth Date: Fri, 15 Jun 2007 17:16:07 +0000 (-0700) Subject: Fix comma vs. semicolon typos. X-Git-Url: https://git.cworth.org/git?p=ikiwiki-bootstrap;a=commitdiff_plain;h=07eb4c362e1fd0da0c87a871f64f2fe95762eb2b Fix comma vs. semicolon typos. --- 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",