oops forgot to add new parameter to SrpmMode

This commit is contained in:
Mustafa Gezen 2021-02-19 16:23:49 +01:00
parent 1d5719b234
commit 541f446a50
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ func (s *SrpmMode) RetrieveSource(pd *ProcessData) *modeData {
}
}
func (s *SrpmMode) WriteSource(md *modeData) {
func (s *SrpmMode) WriteSource(_ *ProcessData, md *modeData) {
for fileName, contents := range md.fileWrites {
var newPath string
if filepath.Ext(fileName) == ".spec" {