diff options
Diffstat (limited to 'doNewUser.go')
| -rw-r--r-- | doNewUser.go | 4 |
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 |
