consul-template: remove old code.
This commit is contained in:
parent
d580cab197
commit
e36a2e87de
1 changed files with 1 additions and 2 deletions
|
@ -18,9 +18,8 @@ class ConsulTemplate < Formula
|
|||
|
||||
def install
|
||||
ENV["GOPATH"] = buildpath
|
||||
arch = MacOS.prefer_64_bit? ? "amd64" : "386"
|
||||
ENV["XC_OS"] = "darwin"
|
||||
ENV["XC_ARCH"] = arch
|
||||
ENV["XC_ARCH"] = "amd64"
|
||||
dir = buildpath/"src/github.com/hashicorp/consul-template"
|
||||
dir.install buildpath.children - [buildpath/".brew_home"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue