diff options
| -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 { |
