diff options
| author | Jeff Carr <[email protected]> | 2025-10-24 18:31:27 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-24 18:31:27 -0500 |
| commit | 213d7bd6749471c583534e76f9c29c5b0183a4cb (patch) | |
| tree | d654f6c457dcee698e40f0b245e22a55823961ee /structs.go | |
| parent | 08f363db15952c41a433fa263940b27abcfb5615 (diff) | |
s/ENV/env/ but ENV really is better herev0.1.50
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ import ( "sync" "go.wit.com/dev/alexflint/arg" - "go.wit.com/lib/ENV" "go.wit.com/lib/debian" + "go.wit.com/lib/env" "go.wit.com/lib/fhelp" "go.wit.com/lib/protobuf/argvpb" "go.wit.com/lib/protobuf/forgepb" @@ -38,7 +38,7 @@ func initForge() { } me.forge.RescanRepos() } - ENV.PrintTable() + env.PrintTable() initMachine() } |
