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

Commit a20818f

Browse files
committed
dep: Change DEP_PROJECT_ROOT to DEPPROJECTROOT
1 parent 5b795fc commit a20818f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

context.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func (c *Ctx) SetPaths(wd string, GOPATHs ...string) error {
6262

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

65-
c.ExplicitRoot = os.Getenv("DEP_PROJECT_ROOT")
65+
c.ExplicitRoot = os.Getenv("DEPPROJECTROOT")
6666

6767
return nil
6868
}

0 commit comments

Comments
 (0)