aboutsummaryrefslogtreecommitdiff
path: root/lib/GitACL/File.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/GitACL/File.pm')
-rw-r--r--lib/GitACL/File.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/GitACL/File.pm b/lib/GitACL/File.pm
index efabfd4..f72c16d 100644
--- a/lib/GitACL/File.pm
+++ b/lib/GitACL/File.pm
@@ -23,7 +23,7 @@ sub check_acl {
my $line = 0;
my @ret;
- my $filename = GitACL::git_value('config', 'hooks.aclfile');
+ my $filename = GitACL::git_value('config', 'hooks.acl.file');
$self->allow("no ACL configured for ".$self->{project_name})
unless defined($filename);

Return to:

Send suggestions and report system problems to the System administrator.