PluginManager: Rename xpack plugin to x-pack
This commit is contained in:
parent
977c93be3c
commit
48951aeb86
|
@ -128,7 +128,7 @@ class InstallPluginCommand extends Command {
|
|||
"repository-hdfs",
|
||||
"repository-s3",
|
||||
"store-smb",
|
||||
"xpack")));
|
||||
"x-pack")));
|
||||
|
||||
private final Environment env;
|
||||
private final OptionSpec<Void> batchOption;
|
||||
|
|
Loading…
Reference in New Issue