From 2c7d6b53db49039a15389f6e20c3953b8a40f598 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 24 Aug 2022 12:08:49 -0700 Subject: [PATCH] Drop a no-longer-needed workaround 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 e7a1e64f..7c3547dc 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -480,7 +480,7 @@ sub setup_workaround_repo { my %workarounds = ( "35" => [], "36" => [], - "37" => ["FEDORA-2022-c3d0f2f9b7"] + "37" => [] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};