summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-21 07:57:13 -0500
committerJeff Carr <[email protected]>2025-10-21 07:57:13 -0500
commit2fa89dee7b68dcc3f40d1448989a90870a54daed (patch)
tree9e3c9f11607f77e45dbb5ebc55e0d0c4de9579d4 /structs.go
parent01903c7b2effa15c6a67235e8f296b28a742feec (diff)
use env printable
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 0ad2a53..fdbaeba 100644
--- a/structs.go
+++ b/structs.go
@@ -7,6 +7,7 @@ import (
"sync"
"go.wit.com/dev/alexflint/arg"
+ "go.wit.com/lib/ENV"
"go.wit.com/lib/debian"
"go.wit.com/lib/fhelp"
"go.wit.com/lib/protobuf/argvpb"
@@ -36,7 +37,7 @@ func initForge() {
me.argv.BadExit("this tool requires forge", err)
}
me.forge.RescanRepos()
- me.forge.DumpENV()
+ ENV.PrintTable()
}
initMachine()
}