From b927a2685791dfabb386f50ad1d1c766341bdb4a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 16 Oct 2025 06:58:18 -0500 Subject: changed forge.Init() --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 99619e2..d4f772f 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,7 @@ func main() { auto = prep.Bash(&argv) // add support for bash autocomplete with go-arg // this line must be before anything else log.Info(auto.Version()) - forge = forgepb.Init() + forge, _ = forgepb.Init() // figure out what directory we are running in pwd, _ := os.Getwd() -- cgit v1.2.3