Fix logstash style violation
This commit address the logstash formula style violation: - `head block` (line 9) should be put before `bottle modifier` (line 7)
This commit is contained in:
parent
bcb205dc90
commit
e9683aa07b
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@ class Logstash < Formula
|
|||
url "https://download.elastic.co/logstash/logstash/logstash-2.3.0.tar.gz"
|
||||
sha256 "d802803ac6dc7e9215b19764dd8fbaa74c75fa1d8bf387508fb0d0d8d36b0241"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
head do
|
||||
url "https://github.com/elastic/logstash.git"
|
||||
depends_on :java => "1.8"
|
||||
end
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on :java => "1.7+"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue