summaryrefslogtreecommitdiff
path: root/doNewUser.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-24 18:30:50 -0500
committerJeff Carr <[email protected]>2025-10-24 18:30:50 -0500
commit7b4f0639d861d104c67817e1f47816fa5e80b07d (patch)
tree3f8f94b82376ae3538a0ad210c23e37b512bab95 /doNewUser.go
parent1fc75cd8934b220db3814710c0a79d549fcf827f (diff)
s/ENV/env/ but ENV really is better herev0.25.100
Diffstat (limited to 'doNewUser.go')
-rw-r--r--doNewUser.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/doNewUser.go b/doNewUser.go
index 7d504ce..035e7ba 100644
--- a/doNewUser.go
+++ b/doNewUser.go
@@ -10,7 +10,7 @@ import (
"fmt"
"path/filepath"
- "go.wit.com/lib/ENV"
+ "go.wit.com/lib/env"
"go.wit.com/lib/fhelp"
"go.wit.com/lib/protobuf/forgepb"
"go.wit.com/log"
@@ -40,7 +40,7 @@ func doNewUser() (string, error) {
log.Info("")
log.Info(string(pfile))
- gosrc := filepath.Join(ENV.Get("homedir"), "go/src")
+ gosrc := filepath.Join(env.Get("homedir"), "go/src")
s = fmt.Sprintf("Scan %s for .git repos", gosrc)
if fhelp.QuestionUser(s) {
// me.forge.ScanRepoDir(gosrc) // looks for new dirs, checks existing repos for changes