From ee82f38e4df6a209dac806e08116e748f9a9e953 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 21 Oct 2025 06:41:44 -0500 Subject: use lib/ENV --- clone.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clone.go') diff --git a/clone.go b/clone.go index be5a662..d44874e 100644 --- a/clone.go +++ b/clone.go @@ -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 -- cgit v1.2.3