Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
dep: Change DEP_PROJECT_ROOT to DEPPROJECTROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
sdboyer committed Jun 5, 2018
1 parent 5b795fc commit a20818f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (c *Ctx) SetPaths(wd string, GOPATHs ...string) error {

c.GOPATHs = append(c.GOPATHs, GOPATHs...)

c.ExplicitRoot = os.Getenv("DEP_PROJECT_ROOT")
c.ExplicitRoot = os.Getenv("DEPPROJECTROOT")

return nil
}
Expand Down

0 comments on commit a20818f

Please sign in to comment.