| commit | eb2665c5365280bcb6f0ce6f41046a9a45ddac44 | [log] [tgz] |
|---|---|---|
| author | Matt Butcher <technosophos@gmail.com> | Mon Sep 22 15:21:22 2014 -0600 |
| committer | Matt Butcher <technosophos@gmail.com> | Mon Sep 22 15:21:22 2014 -0600 |
| tree | 3f9c5949d5addcb036d72103e29a774294df07ca | |
| parent | f23c3f86098dfd5b7f1243452d7bdbfd0e95a2fc [diff] |
Fixed path check.
diff --git a/cmd/in_gopath.go b/cmd/in_gopath.go index f06e118..47bdbe7 100644 --- a/cmd/in_gopath.go +++ b/cmd/in_gopath.go
@@ -14,6 +14,7 @@ if err != nil { return false, err } + cwd = filepath.Join(cwd, "_vendor") // Get GOPATH gopath, err := filepath.Abs(os.Getenv("GOPATH")) if err != nil {