diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-05-07 00:12:48 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-05-07 00:12:48 -0700 |
commit | 60838c7a8c3e7ce5dd903288e9a301447b15557a (patch) | |
tree | 060fc069f56b45e2e2f3c78904280631edc95f54 /libpiny/lib/Piny/Config.pm | |
parent | 3835baaa9f77d863e13ead0307d0223d61abc21a (diff) | |
download | piny-code-60838c7a8c3e7ce5dd903288e9a301447b15557a.tar.gz piny-code-60838c7a8c3e7ce5dd903288e9a301447b15557a.zip |
Fix indentation and variable type
Diffstat (limited to 'libpiny/lib/Piny/Config.pm')
-rw-r--r-- | libpiny/lib/Piny/Config.pm | 2 |
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'; |