aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-11-06 12:06:46 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-11-06 12:06:46 -0500
commit70ee70e2765b1c405b158282d6ceaa54b8b7cf91 (patch)
treeb2e14a871c6c06a74b856ae1e1d5584999880406
parentc4fcdd54ffbf7bcce319a7fcd21c51022632780b (diff)
downloadikiwiki-70ee70e2765b1c405b158282d6ceaa54b8b7cf91.tar
ikiwiki-70ee70e2765b1c405b158282d6ceaa54b8b7cf91.tar.gz
underlay: Fix example values put in setup file to be array references.
-rw-r--r--IkiWiki/Plugin/underlay.pm4
-rw-r--r--debian/changelog7
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 <joeyh@debian.org> Fri, 06 Nov 2009 12:04:29 -0500
+
ikiwiki (3.20091031) unstable; urgency=low
* po: Fix breakage caused by changes to render code.