From 45c25b2e6c3c791f0b705cce6245f68f1c0e633c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 8 Aug 2022 12:04:37 -0700 Subject: [PATCH] Drop workaround that's now stable 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 73921ef3..054c90ca 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -482,7 +482,7 @@ sub setup_workaround_repo { "34" => [], "35" => [], "36" => [], - "37" => ["FEDORA-2022-94eb716c5c"] + "37" => [] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};