mirror of
https://github.com/rocky-linux/srpmproc.git
synced 2024-12-04 18:36:26 +00:00
oops forgot to add new parameter to SrpmMode
This commit is contained in:
parent
1d5719b234
commit
541f446a50
@ -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" {
|
||||
|
Loading…
Reference in New Issue
Block a user