summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'init.go')
-rw-r--r--init.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.go b/init.go
index 1d41d62..93d0cbb 100644
--- a/init.go
+++ b/init.go
@@ -50,7 +50,7 @@ func Init() *Forge {
log.Warn("zoopb.ConfigLoad() failed", err)
os.Exit(-1)
}
- // f.Machine.InitWit()
+ f.Machine.InitWit()
start := f.Repos.Len()
f.ScanGoSrc()