summaryrefslogtreecommitdiff
path: root/doPatches.go
diff options
context:
space:
mode:
Diffstat (limited to 'doPatches.go')
-rw-r--r--doPatches.go6
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()
}