Skip to content

Commit

Permalink
gitolite patch to enable keydir to be a symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
RandalSchwartz authored and sitaramc committed Jun 7, 2012
1 parent 1f6a17c commit 8e15d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/triggers/post-compile/ssh-authkeys
Expand Up @@ -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);
Expand Down

0 comments on commit 8e15d3a

Please sign in to comment.