From 9742ae6cf2345f1f37a3cd0f912bfcb341e5d44a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 24 Oct 2025 18:31:04 -0500 Subject: s/ENV/env/ but ENV really is better here --- exit.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exit.go') diff --git a/exit.go b/exit.go index 80a2423..c09e912 100644 --- a/exit.go +++ b/exit.go @@ -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) } -- cgit v1.2.3