From 60838c7a8c3e7ce5dd903288e9a301447b15557a Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Sat, 7 May 2011 00:12:48 -0700 Subject: Fix indentation and variable type --- libpiny/lib/Piny/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- cgit v1.2.3