summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {