From: Joey Hess <joey@kodama.kitenet.net>
Date: Wed, 29 Oct 2008 18:11:09 +0000 (-0400)
Subject: allow_symlinks_before_srcdir is a boolean
X-Git-Tag: 2.68~43
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7237fc7f2e96557e06caf48f97db9b041ffa870b;p=ikiwiki.git

allow_symlinks_before_srcdir is a boolean
---

diff --git a/IkiWiki.pm b/IkiWiki.pm
index 1a55945a8..bab7b707a 100644
--- a/IkiWiki.pm
+++ b/IkiWiki.pm
@@ -411,7 +411,7 @@ sub getsetup () { #{{{
 		rebuild => 0,
 	},
 	allow_symlinks_before_srcdir => {
-		type => "string",
+		type => "boolean",
 		default => 0,
 		description => "allow symlinks in the path leading to the srcdir (potentially insecure)",
 		safe => 0,