envconsul: remove options
This commit is contained in:
parent
0dcec02526
commit
e45f376a6f
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ class Envconsul < Formula
|
|||
homepage "https://github.com/hashicorp/envconsul"
|
||||
url "https://github.com/hashicorp/envconsul/archive/v0.7.3.tar.gz"
|
||||
sha256 "7152d73818c3faceac831c6ffae6e01c2f3a6372976409d9d084130ffcea35f4"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -13,7 +14,7 @@ class Envconsul < Formula
|
|||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
depends_on "consul" => :recommended # only used in test
|
||||
depends_on "consul" => :test
|
||||
|
||||
def install
|
||||
ENV["GOPATH"] = buildpath
|
||||
|
|
Loading…
Reference in a new issue