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 0b9b2f0..a29ecac 100644
--- a/init.go
+++ b/init.go
@@ -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 {