summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 4b91005..be05974 100644
--- a/structs.go
+++ b/structs.go
@@ -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()
}