From b32449f72acf2069639d64b618a7c4bd9638da9f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 20 Sep 2019 11:04:31 -0700 Subject: [PATCH] Add missing bracket Signed-off-by: Adam Williamson --- lib/utils.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/utils.pm b/lib/utils.pm index fca861d8..9dd79675 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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)