Add missing bracket
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
6538a82096
commit
b32449f72a
@ -421,6 +421,7 @@ sub _repo_setup_updates {
|
||||
# regular update case
|
||||
foreach my $nvr (split(/ /, get_var("ADVISORY_NVRS"))) {
|
||||
assert_script_run "koji download-build --arch=" . get_var("ARCH") . " --arch=noarch $nvr", 600;
|
||||
}
|
||||
}
|
||||
elsif (get_var("KOJITASK")) {
|
||||
# Koji task case (KOJITASK will be set)
|
||||
|
Loading…
Reference in New Issue
Block a user