more work on patches
This commit is contained in:
parent
2015f84fb4
commit
a9dbfb9201
|
@ -40,8 +40,7 @@ func (f *Forge) InitPatchsets() error {
|
||||||
}
|
}
|
||||||
// TODO: check if Unmarshal failed here
|
// TODO: check if Unmarshal failed here
|
||||||
f.Patchsets = NewPatchsets()
|
f.Patchsets = NewPatchsets()
|
||||||
tmp := f.findAutoPatchset() // makes the default setting
|
f.findAutoPatchset() // adds the default values
|
||||||
f.Patchsets.Append(tmp)
|
|
||||||
return f.SavePatchsets()
|
return f.SavePatchsets()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue