diff --git a/Formula/devd.rb b/Formula/devd.rb index 0eaf6b6fe7e7d..f10bdc67487a5 100644 --- a/Formula/devd.rb +++ b/Formula/devd.rb @@ -17,6 +17,7 @@ class Devd < Formula def install ENV["GOPATH"] = buildpath + ENV["GO111MODULE"] = "auto" (buildpath/"src/github.com/cortesi/devd").install buildpath.children cd "src/github.com/cortesi/devd" do system "go", "build", *std_go_args, "./cmd/devd"