chamber: remove unnecessary buildpath
from cd do
This commit is contained in:
parent
c207e2ab63
commit
c8132164c6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Chamber < Formula
|
|||
path = buildpath/"src/github.com/segmentio/chamber"
|
||||
path.install Dir["{*,.git}"]
|
||||
|
||||
cd buildpath/"src/github.com/segmentio/chamber" do
|
||||
cd "src/github.com/segmentio/chamber" do
|
||||
system "govendor", "sync"
|
||||
system "go", "build", "-o", bin/"chamber",
|
||||
"-ldflags", "-X main.Version=#{version}"
|
||||
|
|
Loading…
Reference in a new issue