fix a couple typos
This commit is contained in:
parent
d2aaaef42f
commit
4c2cce0246
2 changed files with 4 additions and 4 deletions
2
cli/koji
2
cli/koji
|
|
@ -1854,7 +1854,7 @@ def handle_add_target(options, session, args):
|
|||
name = args[0]
|
||||
build_tag = args[1]
|
||||
if len(args) > 2:
|
||||
dest_tag = args[3]
|
||||
dest_tag = args[2]
|
||||
else:
|
||||
#most targets have the same name as their destination
|
||||
dest_tag = name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue