summaryrefslogtreecommitdiff
path: root/clone.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-24 18:31:45 -0500
committerJeff Carr <[email protected]>2025-10-24 18:31:45 -0500
commite3f7c41f1082f132182c84961ab9fdf9666c8d79 (patch)
tree31d9761f8d7162d4b2918fd36fc1f973304b1519 /clone.go
parenta2d6aac9f22bfe1060930e756a7dff86b3918f7e (diff)
s/ENV/env/ but ENV really is better herev0.0.189
Diffstat (limited to 'clone.go')
-rw-r--r--clone.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/clone.go b/clone.go
index d44874e..5c8d469 100644
--- a/clone.go
+++ b/clone.go
@@ -10,13 +10,13 @@ import (
"path/filepath"
"strings"
- "go.wit.com/lib/ENV"
+ "go.wit.com/lib/env"
"go.wit.com/lib/protobuf/gitpb"
"go.wit.com/log"
)
func getClonePathFromMode() string {
- return ENV.Get("gopath")
+ return env.Get("gopath")
}
// will not violate filesystem namespace