Drop a no-longer-needed workaround

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-08-24 12:08:49 -07:00
parent 4f9ade008a
commit 2c7d6b53db
1 changed files with 1 additions and 1 deletions

View File

@ -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};