From 70ee70e2765b1c405b158282d6ceaa54b8b7cf91 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 6 Nov 2009 12:06:46 -0500 Subject: [PATCH] underlay: Fix example values put in setup file to be array references. --- IkiWiki/Plugin/underlay.pm | 4 ++-- debian/changelog | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/IkiWiki/Plugin/underlay.pm b/IkiWiki/Plugin/underlay.pm index c59935672..51b769333 100644 --- a/IkiWiki/Plugin/underlay.pm +++ b/IkiWiki/Plugin/underlay.pm @@ -21,7 +21,7 @@ sub getsetup () { }, add_underlays => { type => "string", - default => [], + example => ["$ENV{HOME}/wiki.underlay"], description => "extra underlay directories to add", advanced => 1, safe => 0, @@ -29,7 +29,7 @@ sub getsetup () { }, add_templates => { type => "string", - default => [], + example => ["$ENV{HOME}/.ikiwiki/templates"], description => "extra template directories to add", advanced => 1, safe => 0, diff --git a/debian/changelog b/debian/changelog index c13cbf3b3..f4132cb46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ikiwiki (3.20091032) UNRELEASED; urgency=low + + * underlay: Fix example values put in setup file to be array + references. + + -- Joey Hess Fri, 06 Nov 2009 12:04:29 -0500 + ikiwiki (3.20091031) unstable; urgency=low * po: Fix breakage caused by changes to render code. -- 2.32.0.93.g670b81a890