]> git.cworth.org Git - ikiwiki-bootstrap/commitdiff
Revert "More preference for double quotation marks"
authorCarl Worth <cworth@cworth.org>
Fri, 15 Jun 2007 21:32:53 +0000 (14:32 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 15 Jun 2007 21:32:53 +0000 (14:32 -0700)
This reverts commit 8718fedf9ef5c5da0f3628c92b0f33d94d07a424.

It turns out that for an email address with @ in it, that perl's
single-quote strings might actually be useful. Duh.

ikiwiki.setup

index c0cc708ffce61fcc9897ee98cecfc21c70b23e51..16e9db5452374908d3b0cd519ad9a6694397c357 100644 (file)
@@ -46,7 +46,7 @@ use IkiWiki::Setup::Standard {
        # And you'll likely want to customise these as well
        wikiname => "MyWiki",
        #adminuser => ["yourname", ],
        # 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",
 
        # Everything else can be customised on an as-needed basis
        srcdir => "$checkout/src",