aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmgagit1
1 files changed, 1 insertions, 0 deletions
diff --git a/mgagit b/mgagit
index 1149ca2..268046f 100755
--- a/mgagit
+++ b/mgagit
@@ -55,6 +55,7 @@ sub glconf {
my %r;
MGA::Git::load_gitrepos(\%r);
MGA::Git::load_groups(\%r) if @_ == 1;
+ MGA::Git::load_users(\%r);
if (my $repo = $_[1]) {
if (!$r{repos}{$repo}) {
print STDERR "Cannot find repository $repo\n";