From 7b98d5e0cb743ea9f97a3dcd95eaa0ae2d2b7d33 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Tue, 24 May 2016 19:44:57 -0400 Subject: [PATCH] Fix plugin installation command This commit fixes the plugin installation command produced by the release candidate driver. --- dev-tools/prepare_release_candidate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/prepare_release_candidate.py b/dev-tools/prepare_release_candidate.py index be5660c60ae..84c10f4b9e4 100644 --- a/dev-tools/prepare_release_candidate.py +++ b/dev-tools/prepare_release_candidate.py @@ -56,7 +56,7 @@ The packages may be downloaded from the following URLs: Plugins can be installed as follows: - bin/elasticsearch-plugin -Des.plugins.staging=true install cloud-aws + ES_JAVA_OPTS="-Des.plugins.staging=true" bin/elasticsearch-plugin install cloud-aws The same goes for the x-plugins: