From b9003515a5a7831accaff322fafaa4304e8f3d4c Mon Sep 17 00:00:00 2001 From: spalger Date: Thu, 16 Jul 2015 08:05:45 -0700 Subject: [PATCH] add path.repo config to 1.6+ elasticsearch instances --- grunt/config/esvm.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/grunt/config/esvm.js b/grunt/config/esvm.js index c65551a28..7ca1a73f6 100644 --- a/grunt/config/esvm.js +++ b/grunt/config/esvm.js @@ -39,12 +39,7 @@ var versionedOpts = [ config: { 'node.bench': true, 'script.inline': true, - 'script.indexed': true - } - }, - { - version: '>=2.0', - config: { + 'script.indexed': true, 'path.repo': process.env.ES_PATH_REPO || fromRoot('.es-snapshot-repos') } }