show package filters correctly in taginfo cli command
This commit is contained in:
parent
9333e61014
commit
a0cb74f0ab
1 changed files with 1 additions and 1 deletions
2
cli/koji
2
cli/koji
|
|
@ -3181,7 +3181,7 @@ def anon_handle_taginfo(options, session, args):
|
|||
if parent['maxdepth']:
|
||||
print " maxdepth: %(maxdepth)s" % parent
|
||||
if parent['pkg_filter']:
|
||||
print " packge filter: %(filter)s" % parent
|
||||
print " package filter: %(pkg_filter)s" % parent
|
||||
print
|
||||
|
||||
def handle_add_tag(options, session, args):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue