collector-sidecar: remove :run.
This commit is contained in:
parent
f3511b16c4
commit
c67457160c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class CollectorSidecar < Formula
|
|||
depends_on "glide" => :build
|
||||
depends_on "go" => :build
|
||||
depends_on "mercurial" => :build
|
||||
depends_on "filebeat" => :run
|
||||
depends_on "filebeat"
|
||||
|
||||
def install
|
||||
ENV["GOPATH"] = buildpath
|
||||
|
|
Loading…
Reference in a new issue