]> git.cworth.org Git - ikiwiki-bootstrap/blobdiff - ikiwiki.setup
Fix comma vs. semicolon typos.
[ikiwiki-bootstrap] / 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",