Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
Set GOBIN for gom install
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthSim committed Mar 18, 2015
1 parent e897f9e commit 2194405
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.go
Expand Up @@ -256,6 +256,10 @@ func install(args []string) error {
if err != nil {
return err
}
err = os.Setenv("GOBIN", filepath.Join(vendor, "bin"))
if err != nil {
return err
}

// 1. Filter goms to install
goms := make([]Gom, 0)
Expand Down

0 comments on commit 2194405

Please sign in to comment.