aboutsummaryrefslogtreecommitdiff
path: root/scripts/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/index.php')
-rw-r--r--scripts/index.php1
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));