diff options
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ func (f *Forge) initFromConfig() { f.Repos.ConfigLoad(f.Config.ReposPB) // init the Patchsets - f.Patchsets = NewPatchsets() + f.Patchsets = NewSets() // todo: play with these / determine good values based on user's machine if f.Config.RillX == 0 { |
