bundles/nodejs: fix type for apt repo items
kunsi/bundlewrap/pipeline/head This commit looks good Details

This commit is contained in:
Franzi 2021-08-01 08:20:06 +02:00
parent 58d2576ec9
commit b94ab9de9c
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@ defaults = {
'apt': {
'repos': {
'node': {
'items': [
'items': {
'deb https://deb.nodesource.com/node_14.x {os_release} main',
'deb-src https://deb.nodesource.com/node_14.x {os_release} main',
],
},
},
},
'packages': {