From 98e05fc15115b6cb94654fbacef63f9c1d21edbe Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Mon, 14 Aug 2023 14:45:29 +0200 Subject: [PATCH] apt listcahnges fix --- bundles/apt/metadata.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bundles/apt/metadata.py b/bundles/apt/metadata.py index 03e77f3..1906721 100644 --- a/bundles/apt/metadata.py +++ b/bundles/apt/metadata.py @@ -137,12 +137,12 @@ def listchanges(metadata): 'Pre-Install-Pkgs': { '/usr/bin/apt-listchanges --apt || test $? -lt 10', }, - }, - 'Tools': { - 'Options': { - '/usr/bin/apt-listchanges': { - 'Version': '2', - 'InfoFD': '20', + 'Tools': { + 'Options': { + '/usr/bin/apt-listchanges': { + 'Version': '2', + 'InfoFD': '20', + }, }, }, },