From a9dbfb9201f556e4df4d5c8234bedcc9d7c33052 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 5 Sep 2025 12:55:13 -0500 Subject: [PATCH] more work on patches --- patchset.config.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/patchset.config.go b/patchset.config.go index 6627141..3e74a16 100644 --- a/patchset.config.go +++ b/patchset.config.go @@ -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() }