diff options
| author | Jeff Carr <[email protected]> | 2025-10-24 18:31:13 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-24 18:31:13 -0500 |
| commit | e1e8951cc3cad6db900ac1240512902936c4f97a (patch) | |
| tree | f52ad248823da2b9cffd0a7eecef85690dd7d830 /doPatches.go | |
| parent | 40151b542eaaa78fa46a7ca65059fe43d01c00f1 (diff) | |
s/ENV/env/ but ENV really is better herev0.0.67
Diffstat (limited to 'doPatches.go')
| -rw-r--r-- | doPatches.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doPatches.go b/doPatches.go index b2ea050..490ed95 100644 --- a/doPatches.go +++ b/doPatches.go @@ -1,7 +1,7 @@ package main import ( - "go.wit.com/lib/ENV" + "go.wit.com/lib/env" "go.wit.com/lib/protobuf/forgepb" "go.wit.com/log" ) @@ -9,13 +9,13 @@ import ( func doPatches() error { if argv.Patch.List != nil { log.Printf("forge.Init() %s len()=%d\n", me.forge.Config.Filename, me.forge.Repos.Len()) - ENV.PrintTable() + env.PrintTable() return doList() } if argv.Patch.Clean != nil { log.Printf("forge.Init() %s len()=%d\n", me.forge.Config.Filename, me.forge.Repos.Len()) - ENV.PrintTable() + env.PrintTable() return doClean() } |
