mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Fix deb packaging task description
Fix description of the task package("ubuntu", ...). Likely caused by copy-paste. Fixes #4601
This commit is contained in:
parent
346ccbc480
commit
4b8e4e7505
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ namespace "artifact" do
|
|||
package("centos", "5")
|
||||
end
|
||||
|
||||
desc "Build an RPM of logstash with all dependencies"
|
||||
desc "Build a DEB of logstash with all dependencies"
|
||||
task "deb" => ["prepare"] do
|
||||
puts("[artifact:deb] building deb package")
|
||||
package("ubuntu", "12.04")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue