*.nimble: swap nim:bin key and value
This commit is contained in:
parent
1090f70f0e
commit
09856a9ab6
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ for prop in comp{"properties"}.getElems.items:
|
|||
add(backend, val)
|
||||
else:
|
||||
if key.startsWith "nim:bin:":
|
||||
namedBin[key[8..key.high]] = val
|
||||
namedBin[val] = key[8..key.high]
|
||||
|
||||
for depend in sbom{"dependencies"}.items:
|
||||
if depend{"ref"}.getStr == bomRef:
|
||||
|
|
Loading…
Reference in a new issue