more work on patches

This commit is contained in:
Jeff Carr 2025-09-05 12:55:13 -05:00
parent 2015f84fb4
commit a9dbfb9201
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@ func (f *Forge) InitPatchsets() error {
}
// TODO: check if Unmarshal failed here
f.Patchsets = NewPatchsets()
tmp := f.findAutoPatchset() // makes the default setting
f.Patchsets.Append(tmp)
f.findAutoPatchset() // adds the default values
return f.SavePatchsets()
}