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() }