bundles/pacman: fix SyntaxError
kunsi/bundlewrap/pipeline/head This commit looks good Details

This commit is contained in:
Franzi 2022-01-13 16:04:37 +01:00
parent a02a2363e5
commit b21c8f6dbb
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ if node.metadata.get('pacman/install_gui', False):
'rfkill': {},
'wpa_supplicant': {},
'wpa_actiond': {},
}
})
for pkg, config in node.metadata.get('pacman/packages', {}).items():
pkg_pacman[pkg] = config