From 8718fedf9ef5c5da0f3628c92b0f33d94d07a424 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 15 Jun 2007 14:28:34 -0700 Subject: [PATCH] More preference for double quotation marks --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 16e9db5..c0cc708 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -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", -- 2.43.0