diff --git a/www/extern/egg/RemoteSource.php b/www/extern/egg/RemoteSource.php index 882cdc9..04324f5 100644 --- a/www/extern/egg/RemoteSource.php +++ b/www/extern/egg/RemoteSource.php @@ -191,6 +191,7 @@ abstract class StandardGitConnection implements IRemoteSource $this->logger->proclog("Found Repo in Remote: " . $jdata['full_name']); $result []= $db->getOrCreateRepository($jdata['html_url'], $jdata['full_name'], $this->name); + $count++; } if ($count === 0) break;