summaryrefslogtreecommitdiff
path: root/libpiny/lib
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2011-05-07 00:12:48 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2011-05-07 00:12:48 -0700
commit60838c7a8c3e7ce5dd903288e9a301447b15557a (patch)
tree060fc069f56b45e2e2f3c78904280631edc95f54 /libpiny/lib
parent3835baaa9f77d863e13ead0307d0223d61abc21a (diff)
downloadpiny-code-60838c7a8c3e7ce5dd903288e9a301447b15557a.tar.gz
piny-code-60838c7a8c3e7ce5dd903288e9a301447b15557a.zip
Fix indentation and variable type
Diffstat (limited to 'libpiny/lib')
-rw-r--r--libpiny/lib/Piny/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpiny/lib/Piny/Config.pm b/libpiny/lib/Piny/Config.pm
index 40dd511..9f43c19 100644
--- a/libpiny/lib/Piny/Config.pm
+++ b/libpiny/lib/Piny/Config.pm
@@ -219,7 +219,7 @@ tweakable "piny_adminemail" => "jrayhawk\@omgwallhack.org", 'Str';
tweakable "piny_template" => undef, 'Maybe[PathDir]';
# Repo-specific tweakables, in the repos' .git/config files.
-tweakable "piny_ikiwiki" => "1", 'Bool';
+tweakable "piny_ikiwiki" => "true", 'GitBool';
tweakable "piny_ikiwikidestdir" => "/srv/www/piny.be/", 'PathDir';
tweakable "piny_ikiwikisrcdir" => "/srv/ikiwiki/", 'PathDir';
tweakable "piny_ikiwikiurl" => "http://piny.be/", 'HttpUrl';