summaryrefslogtreecommitdiff
path: root/doShow.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-24 18:30:50 -0500
committerJeff Carr <[email protected]>2025-10-24 18:30:50 -0500
commit7b4f0639d861d104c67817e1f47816fa5e80b07d (patch)
tree3f8f94b82376ae3538a0ad210c23e37b512bab95 /doShow.go
parent1fc75cd8934b220db3814710c0a79d549fcf827f (diff)
s/ENV/env/ but ENV really is better herev0.25.100
Diffstat (limited to 'doShow.go')
-rw-r--r--doShow.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/doShow.go b/doShow.go
index 691dffe..6db2eb7 100644
--- a/doShow.go
+++ b/doShow.go
@@ -3,7 +3,7 @@
package main
-import "go.wit.com/lib/ENV"
+import "go.wit.com/lib/env"
func doShow() (string, error) {
if argv.Show.Dirty != nil {
@@ -22,8 +22,8 @@ func doShow() (string, error) {
}
if argv.Show.ENV != nil {
- footer := ENV.PrintTable()
- return "Current ENV: " + footer, nil
+ footer := env.PrintTable()
+ return "Current env: " + footer, nil
}
if argv.Show.Mtime != nil {