diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-05-11 22:58:31 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-05-11 22:58:31 -0700 |
commit | 0452db3d392040db271baf8e6d2da5d697097300 (patch) | |
tree | 8eb029a75b1674f38bcf5b4e529da2a0ccd035b8 /libpiny/lib/Piny/Config.pm | |
parent | df72c02b16c0230cc7972141eb9aa96fd9244251 (diff) | |
download | piny-code-0452db3d392040db271baf8e6d2da5d697097300.tar.gz piny-code-0452db3d392040db271baf8e6d2da5d697097300.zip |
piny_permission -> core_sharedrepository
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 6a63168..7ee815a 100644 --- a/libpiny/lib/Piny/Config.pm +++ b/libpiny/lib/Piny/Config.pm @@ -245,7 +245,7 @@ tweakable "piny_ikiwikisrcdir" => "/srv/ikiwiki/", 'PathDir'; tweakable "piny_ikiwikiurl" => "http://piny.be/", 'HttpUrl'; tweakable "piny_ikiwikisecureurl" => "https://secure.piny.be/", 'HttpsUrl'; tweakable "piny_ikiwikisecurepath" => "/srv/www/secure.piny.be/", 'PathDir'; -tweakable "piny_permission" => '0664', 'RepoPermission'; +tweakable "core_sharedrepository" => '0664', 'RepoPermission'; tweakable "receive_denynonfastforwards" => "true", 'GitBool'; # User-specific tweakables, in the users' ~/.gitconfig files. |