summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-23 07:44:07 -0500
committerJeff Carr <[email protected]>2025-09-23 07:44:07 -0500
commit81fc15e743f0c2acfbf2520a9ed2bfbcba431b12 (patch)
tree931e5a37bd3b5e1868d66b5e492cdd7d83c63c42 /init.go
parent6bfd8c78abf12a6a7a8e7d0932f5160b9abc95e1 (diff)
less confusing patch .proto files
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 {