Add empty line at end of pointer as required by spec
This commit is contained in:
parent
10a0dcc8d4
commit
c43279bcf4
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ export function formatPointerInfo(info: PointerInfo): Buffer {
|
|||
`version ${SPEC_URL}`,
|
||||
`oid sha256:${info.oid}`,
|
||||
`size ${info.size}`,
|
||||
"",
|
||||
];
|
||||
return Buffer.from(lines.join("\n"));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue