summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-26 19:32:52 -0500
committerJeff Carr <[email protected]>2025-09-26 19:32:52 -0500
commit54a4c94ec3b140ff6156e8ec324ec3b1df15955d (patch)
tree7f3383f5b580af8d4733e64a2d636bac38637576
parent957754de671bf6e5e3fcc77bf4d7c0340a2ac937 (diff)
DumpENV()v0.25.39
-rw-r--r--main.go4
1 files changed, 3 insertions, 1 deletions
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 {