mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
jq -s 'add' didn't merge data, i.e.:
hostname.json:
"ietf-system:system": {
"hostname": { }
}
auth.json:
"ietf-system:system": {
"authentication": { }
}
Didn't become:
"ietf-system:system": {
"authentication": { }
"hostname": { }
}
Signed-off-by: Richard Alpe <richard@bit42.se>