summaryrefslogtreecommitdiff
path: root/dev-tools
diff options
context:
space:
mode:
authorJason Tedor <jason@tedor.me>2016-05-24 19:44:57 -0400
committerJason Tedor <jason@tedor.me>2016-05-24 19:46:08 -0400
commit7b98d5e0cb743ea9f97a3dcd95eaa0ae2d2b7d33 (patch)
treeb16a11483cb8a233b20c8f988ee4320debdc5231 /dev-tools
parent0fa67e1538e189ff1b6b46c602ccf0cc6ff22bd1 (diff)
Fix plugin installation command
This commit fixes the plugin installation command produced by the release candidate driver.
Diffstat (limited to 'dev-tools')
-rw-r--r--dev-tools/prepare_release_candidate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-tools/prepare_release_candidate.py b/dev-tools/prepare_release_candidate.py
index be5660c60a..84c10f4b9e 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: