Skip to content

Commit

Permalink
Merge pull request #981 from OlegGirko/fix-publish-createpatterns-comps
Browse files Browse the repository at this point in the history
[backend] publish: fix arguments passed to createpatterns_comps()
  • Loading branch information
adrianschroeter committed Jul 20, 2015
2 parents 7f147f6 + a4a66c0 commit ff0d1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_publish
Original file line number Diff line number Diff line change
Expand Up @@ -1998,7 +1998,7 @@ sub publish {
deletepatterns_rpmmd($extrep, $projid, $xrepoid, $data);
}
if ($patterntype{'comps'}) {
createpatterns_comps($extrep, $projid, $xrepoid, $patterntype{'comps'});
createpatterns_comps($extrep, $projid, $xrepoid, $data, $patterntype{'comps'});
} else {
deletepatterns_comps($extrep, $projid, $xrepoid, $data);
}
Expand Down

0 comments on commit ff0d1df

Please sign in to comment.