This commit is contained in:
Jeff Carr 2025-09-12 02:03:22 -05:00
parent e12a1fb496
commit b77555e9fa
1 changed files with 1 additions and 1 deletions

View File

@ -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()