aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSitaram Chamarty <sitaram@atc.tcs.com>2010-03-17 20:42:19 +0530
committerSitaram Chamarty <sitaram@atc.tcs.com>2010-03-17 20:43:20 +0530
commitbfc9c7aeb59b3d2ff9d34f170763d08c96fa8598 (patch)
tree753fce09f4a35ea1eca09d9910df90fc94e2b884
parentminor oopsie in post-update hook chaining (diff)
downloadgitolite-gentoo-bfc9c7aeb59b3d2ff9d34f170763d08c96fa8598.tar.gz
gitolite-gentoo-bfc9c7aeb59b3d2ff9d34f170763d08c96fa8598.tar.bz2
gitolite-gentoo-bfc9c7aeb59b3d2ff9d34f170763d08c96fa8598.zip
minor fixup; spurious error killed
-rwxr-xr-xsrc/gl-compile-conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gl-compile-conf b/src/gl-compile-conf
index b308529..4409e44 100755
--- a/src/gl-compile-conf
+++ b/src/gl-compile-conf
@@ -538,7 +538,7 @@ for my $pubkey (glob("*"))
# lint check 3; a little more severe than the first two I guess...
for my $user (sort keys %user_list)
{
- next if $user =~ /^(gitweb|daemon|\@all|\$creater|\$readers|\$writers)$/ or $user_list{$user} eq 'has pubkey';
+ next if $user =~ /^(gitweb|daemon|\@all|~\$creater|\$readers|\$writers)$/ or $user_list{$user} eq 'has pubkey';
print STDERR "$WARN user $user in config, but has no pubkey!\n";
}