浏览代码

Fix plugin installation command

This commit fixes the plugin installation command produced by the
release candidate driver.
Jason Tedor 9 年之前
父节点
当前提交
7b98d5e0cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dev-tools/prepare_release_candidate.py

+ 1 - 1
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: