Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
package_name instead of component_name
Browse files Browse the repository at this point in the history
  • Loading branch information
jupierce committed Jun 29, 2021
1 parent eb3f34d commit d75c8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doozerlib/cli/config_plashet.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ def is_embargoed(an_nvre):

logger.info(f'{tag} contains package: {nvre}')
desired_nvres.add(nvre)
if component in signable_components:
if package_name in signable_components:
nvr_product_version[strip_epoch(nvre)] = product_version

if package_name.startswith(tuple(include_previous_for)) or include_previous:
Expand Down

0 comments on commit d75c8e5

Please sign in to comment.