]> git.cworth.org Git - ikiwiki-bootstrap/commitdiff
Fix comma vs. semicolon typos.
authorCarl Worth <cworth@cworth.org>
Fri, 15 Jun 2007 17:16:07 +0000 (10:16 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 15 Jun 2007 17:16:07 +0000 (10:16 -0700)
ikiwiki.setup

index f90a8379c178d7f66f394ed6110c34e5a1d91f33..180bb8e1b3b69d58c7657cce40dd954c0ff76b03 100644 (file)
@@ -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",