cli: fix image-build-indirection --wait
Fixes: https://pagure.io/koji/issue/2046
This commit is contained in:
parent
6b8f2550fd
commit
d47a45f576
2 changed files with 4 additions and 16 deletions
|
|
@ -28,7 +28,7 @@ TASK_OPTIONS = {
|
|||
"indirection_template_url": "git://git.github.org/git/",
|
||||
"results_loc": "results",
|
||||
"scratch": None,
|
||||
"wait": None,
|
||||
"wait": False,
|
||||
"noprogress": None,
|
||||
"skip_tag": False,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue