consul-template: remove old code.

This commit is contained in:
Mike McQuaid 2019-01-06 14:57:43 +00:00
parent d580cab197
commit e36a2e87de

View file

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