From d236c48152aff8173250c3a03d2985ee917a5d00 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 16 Jan 2020 18:57:17 +0000 Subject: [PATCH] Doh, fix stray quote mark from last commit Where did I leave my brown paper bag... Signed-off-by: Adam Williamson --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 95817759..7449c91d 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -515,7 +515,7 @@ sub _repo_setup_updates { my %workarounds = ( # cockpit 210 so we get the fixed main screen "30" => ["FEDORA-2020-8ff69018de"], - "31" => ["] + "31" => [] ); # then we'll download each update for our release: my $advisories = $workarounds{$version};