cli: fix image-build-indirection --wait

Fixes: https://pagure.io/koji/issue/2046
This commit is contained in:
Tomas Kopecek 2020-06-26 15:44:23 +02:00 committed by Mike McLean
parent 6b8f2550fd
commit d47a45f576
2 changed files with 4 additions and 16 deletions

View file

@ -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,
}