Fix deb packaging task description

Fix description of the task package("ubuntu", ...). Likely caused by copy-paste.

Fixes #4601
This commit is contained in:
JWhy 2016-02-01 14:39:50 +01:00 committed by Pier-Hugues Pellerin
parent 346ccbc480
commit 4b8e4e7505

View file

@ -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")