fix typo in assign-task command
This commit is contained in:
parent
f3a8d6e1dc
commit
3828b8a26f
1 changed files with 1 additions and 1 deletions
2
cli/koji
2
cli/koji
|
|
@ -599,7 +599,7 @@ def handle_assign_task(options, session, args):
|
|||
if ret:
|
||||
print 'assigned task %d to host %s' % (task_id, hostname)
|
||||
else:
|
||||
print 'failed to assign task %d to host %s' %s (task_id, hostname)
|
||||
print 'failed to assign task %d to host %s' % (task_id, hostname)
|
||||
|
||||
|
||||
def handle_add_host(options, session, args):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue