diff options
| author | Jeff Carr <[email protected]> | 2025-10-24 18:31:04 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-24 18:31:04 -0500 |
| commit | 9742ae6cf2345f1f37a3cd0f912bfcb341e5d44a (patch) | |
| tree | 83c28c03c5df70e2141334abfa503837ad516609 /exit.go | |
| parent | f0b53049f320dcb148d9cb5659c51fa1b432290c (diff) | |
s/ENV/env/ but ENV really is better herev0.23.149
Diffstat (limited to 'exit.go')
| -rw-r--r-- | exit.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ package main import ( - "go.wit.com/lib/ENV" + "go.wit.com/lib/env" "go.wit.com/log" ) @@ -12,6 +12,6 @@ func okExit(thing string) { } func badExit(err error) { - log.Info("forge failed: ", err, ENV.Get("gopath")) + log.Info("forge failed: ", err, env.Get("gopath")) me.argv.BadExit("guireleaser", err) } |
