]> git.cworth.org Git - ikiwiki-bootstrap/blobdiff - ikiwiki.setup
Remove stray period
[ikiwiki-bootstrap] / ikiwiki.setup
index c0cc708ffce61fcc9897ee98cecfc21c70b23e51..606eb4c15c579ef0326fa8809bd66321d72c53b0 100644 (file)
@@ -46,7 +46,7 @@ use IkiWiki::Setup::Standard {
        # And you'll likely want to customise these as well
        wikiname => "MyWiki",
        #adminuser => ["yourname", ],
-       adminemail => "me@example.org",
+       adminemail => 'me@example.org',
 
        # Everything else can be customised on an as-needed basis
        srcdir => "$checkout/src",
@@ -61,7 +61,7 @@ use IkiWiki::Setup::Standard {
        # in underlay. I suppose if you have some files common to
        # several separate wiki instances then the underlay might
        # still be useful. But for now, we'll just leave it off.
-       underlaydir = "/dev/null",
+       underlaydir => "/dev/null",
 
        # Git stuff.
        rcs => "git",