diff options
| author | Jeff Carr <[email protected]> | 2025-10-21 06:41:44 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-21 06:41:44 -0500 |
| commit | ee82f38e4df6a209dac806e08116e748f9a9e953 (patch) | |
| tree | 1e7bb5d484e2d97ac0c8564cc1485b3cca049a78 /clone.go | |
| parent | 5a5c8f1fa253b7d2eb14513cf72fa090f6ece3c7 (diff) | |
use lib/ENV
Diffstat (limited to 'clone.go')
| -rw-r--r-- | clone.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,13 +10,13 @@ import ( "path/filepath" "strings" - "go.wit.com/lib/config" + "go.wit.com/lib/ENV" "go.wit.com/lib/protobuf/gitpb" "go.wit.com/log" ) func getClonePathFromMode() string { - return config.Get("gopath") + return ENV.Get("gopath") } // will not violate filesystem namespace |
