diff options
| author | Jeff Carr <[email protected]> | 2025-09-26 19:32:52 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-26 19:32:52 -0500 |
| commit | 54a4c94ec3b140ff6156e8ec324ec3b1df15955d (patch) | |
| tree | 7f3383f5b580af8d4733e64a2d636bac38637576 | |
| parent | 957754de671bf6e5e3fcc77bf4d7c0340a2ac937 (diff) | |
DumpENV()v0.25.39
| -rw-r--r-- | main.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 { |
