gitolite patch to enable keydir to be a symlink

redis
Randal L. Schwartz 2012-06-07 11:48:01 -07:00 committed by Sitaram Chamarty
parent 1f6a17c155
commit 8e15d3a510
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ chomp(@non_gl);
my %seen = map { $_ => 'a non-gitolite key' } ( fp(@non_gl) );
# pubkey files
chomp( my @pubkeys = `find keydir -type f -name "*.pub" | sort` );
chomp( my @pubkeys = `find keydir/ -type f -name "*.pub" | sort` );
my @gl_keys = ();
for my $f (@pubkeys) {
my $fp = fp($f);