mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
fix Rakelib package.rake to use logstash-plugin pack to generate the plugins bundle
Fixes #5049
This commit is contained in:
parent
ac8d226f29
commit
5fffa324fc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue