mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-12 09:54:21 +00:00
Doh, fix stray quote mark from last commit
Where did I leave my brown paper bag... Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
1098450fd6
commit
d236c48152
@ -515,7 +515,7 @@ sub _repo_setup_updates {
|
|||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
# cockpit 210 so we get the fixed main screen
|
# cockpit 210 so we get the fixed main screen
|
||||||
"30" => ["FEDORA-2020-8ff69018de"],
|
"30" => ["FEDORA-2020-8ff69018de"],
|
||||||
"31" => ["]
|
"31" => []
|
||||||
);
|
);
|
||||||
# then we'll download each update for our release:
|
# then we'll download each update for our release:
|
||||||
my $advisories = $workarounds{$version};
|
my $advisories = $workarounds{$version};
|
||||||
|
Loading…
Reference in New Issue
Block a user