aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/underlay.pm
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 /IkiWiki/Plugin/underlay.pm
parentc4fcdd54ffbf7bcce319a7fcd21c51022632780b (diff)
downloadikiwiki-70ee70e2765b1c405b158282d6ceaa54b8b7cf91.tar
ikiwiki-70ee70e2765b1c405b158282d6ceaa54b8b7cf91.tar.gz
underlay: Fix example values put in setup file to be array references.
Diffstat (limited to 'IkiWiki/Plugin/underlay.pm')
-rw-r--r--IkiWiki/Plugin/underlay.pm4
1 files changed, 2 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,