diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/index.php b/scripts/index.php index eb328b5..5afbee0 100644 --- a/scripts/index.php +++ b/scripts/index.php @@ -39,7 +39,6 @@ $db->getSetup()->setup(); $rs = new Repositories(); list($repos, $count) = $rs->getList(0, 10000); -$idx = new Indexer_Elasticsearch(); foreach ($repos as $repo) { echo 'Indexing ' . $repo->id . "\n"; $idx->addRepo($repo, filectime($repo->gitDir)); |
