From 265747a0bfcfabdc0b272618f89cd61db720ad77 Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Mon, 30 Apr 2018 15:44:09 -0700 Subject: [PATCH] brew go get --- cointop.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cointop.rb b/cointop.rb index 7206fc0..e723f6e 100644 --- a/cointop.rb +++ b/cointop.rb @@ -8,7 +8,8 @@ class Cointop < Formula def install ENV["GOPATH"] = buildpath - (buildpath/"src/github.com/miguelmota/cointop").install buildpath.children + # (buildpath/"src/github.com/miguelmota/cointop").install buildpath.children + system "go", "get", "-u", "github.com/miguelmota/cointop" cd "src/github.com/miguelmota/cointop" do system "go", "build", "-o", "#{bin}/cointop" prefix.install_metafiles