summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'init.go')
-rw-r--r--init.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.go b/init.go
index 120d57a..b8b8498 100644
--- a/init.go
+++ b/init.go
@@ -37,6 +37,7 @@ func Init() *Forge {
}
f.Repos = new(gitpb.Repos)
+ f.Repos.ConfigLoad()
f.Machine = new(zoopb.Machine)
if err := f.Machine.ConfigLoad(); err != nil {