From 54a4c94ec3b140ff6156e8ec324ec3b1df15955d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 26 Sep 2025 19:32:52 -0500 Subject: DumpENV() --- main.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 46ef9b1..bcb464c 100644 --- a/main.go +++ b/main.go @@ -49,7 +49,9 @@ func main() { // the current forge init process me.forge = forgepb.Init() // init forge.pb me.forge.ScanRepoDir() // looks for new dirs, checks existing repos for changes - doPatchInit() // initialize patches + if me.forge.Config.Mode != forgepb.ForgeMode_NORMAL { + me.forge.Config.DumpENV() + } // first find the repos or gopaths to operate on if argv.Config != nil { -- cgit v1.2.3