sure
This commit is contained in:
parent
e12a1fb496
commit
b77555e9fa
2
init.go
2
init.go
|
@ -56,7 +56,7 @@ func initFromConfig(cfg *ForgeConfigs) *Forge {
|
||||||
}
|
}
|
||||||
|
|
||||||
f.Repos = gitpb.NewRepos()
|
f.Repos = gitpb.NewRepos()
|
||||||
f.Repos.ConfigLoad()
|
f.Repos.ConfigLoad(f.Config.ReposPB)
|
||||||
|
|
||||||
// init the Patchsets
|
// init the Patchsets
|
||||||
f.Patchsets = NewPatchsets()
|
f.Patchsets = NewPatchsets()
|
||||||
|
|
Loading…
Reference in New Issue