diff --git a/lib/utils.pm b/lib/utils.pm index 8497465a..436aee5f 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -474,7 +474,7 @@ sub setup_workaround_repo { my %workarounds = ( "37" => [], "38" => [], - "39" => [], + "39" => ["101544183"], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};