diff options
| author | Jeff Carr <[email protected]> | 2025-09-05 12:55:13 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-05 12:59:38 -0500 |
| commit | a9dbfb9201f556e4df4d5c8234bedcc9d7c33052 (patch) | |
| tree | a48e47fa50075c1720186588fb6f723348ecb90b /patchset.config.go | |
| parent | 2015f84fb4a11f83452117cfb607e47c1d0c251e (diff) | |
more work on patchesv0.0.127
Diffstat (limited to 'patchset.config.go')
| -rw-r--r-- | patchset.config.go | 3 |
1 files changed, 1 insertions, 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() } |
