Skip to content

Commit

Permalink
Reverting latest commit
Browse files Browse the repository at this point in the history
The previous commit seems to be breaking gom install for us
  • Loading branch information
JasperTimm committed Jun 19, 2014
1 parent c388472 commit 468ba32
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ func ready() error {
for {
file := filepath.Join(dir, "Gomfile")
if isFile(file) {
vendor = dir +
string(filepath.ListSeparator) +
filepath.Join(dir, vendorFolder)
vendor = filepath.Join(dir, vendorFolder)
break
}
next := filepath.Clean(filepath.Join(dir, ".."))
Expand Down

0 comments on commit 468ba32

Please sign in to comment.