diff options
Diffstat (limited to 'update-gitjoe.pl')
-rwxr-xr-x | update-gitjoe.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update-gitjoe.pl b/update-gitjoe.pl index 79dc28c..de53cd1 100755 --- a/update-gitjoe.pl +++ b/update-gitjoe.pl @@ -13,6 +13,7 @@ sub get_repos_index { while (my $dir = readdir(DIR)) { next if ($dir =~ m/^\./); next if (!(-e $homedir . $dir . '/git-daemon-export-ok')); + $repos[$i] = $dir; $i += 1; } $i = 0; |