Add a missing paren.
This commit is contained in:
parent
8c32467e7b
commit
f10c28d25e
1 changed files with 1 additions and 1 deletions
2
cli/koji
2
cli/koji
|
|
@ -2149,7 +2149,7 @@ def handle_clone_tag(options, session, args):
|
|||
# case of existing dst-tag.
|
||||
if dsttag:
|
||||
if dsttag['locked'] and not options.force:
|
||||
print _("Error: You are attempting to modify %s which is locked." % dsttag['name']
|
||||
print _("Error: You are attempting to modify %s which is locked." % dsttag['name'])
|
||||
print _("Please use --force if this is what you really want to do.")
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue