fix Rakelib package.rake to use logstash-plugin pack to generate the plugins bundle

Fixes #5049
This commit is contained in:
Pere Urbon-Bayes 2016-04-07 14:57:50 +02:00
parent ac8d226f29
commit 5fffa324fc

View file

@ -1,7 +1,7 @@
namespace "package" do
task "bundle" do
system("bin/logstash-plugin", "package")
system("bin/logstash-plugin", "pack")
raise(RuntimeError, $!.to_s) unless $?.success?
end