]> git.cworth.org Git - ikiwiki-bootstrap/commitdiff
Fix typo
authorCarl Worth <cworth@cworth.org>
Fri, 15 Jun 2007 21:35:15 +0000 (14:35 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 15 Jun 2007 21:35:15 +0000 (14:35 -0700)
ikiwiki.setup

index 16e9db5452374908d3b0cd519ad9a6694397c357..606eb4c15c579ef0326fa8809bd66321d72c53b0 100644 (file)
@@ -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",