Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 07ff036

Browse files
committed
fix: typo
1 parent 24a45d2 commit 07ff036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/upload.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ async function generateCarUploads(filePath, view, chunkSize = 512, profile) {
5656
throw new Error(uploadAddResult?.cause?.message)
5757
}
5858

59-
console.log('upload chunk(s) identifier:\n', roots.map((x) => x.toString()).join('\n'))
60-
console.log('car CIDs:\n', cids.map((x) => x.toString()).join('\n'))
59+
console.log('data CIDs:\n', roots.map((x) => x.toString()).join('\n'))
60+
console.log('upload chunk(s) identifier:\n', cids.map((x) => x.toString()).join('\n'))
6161

6262
if (roots && roots.length) {
6363
console.log(`IPFS Gateway url:\n https://w3s.link/ipfs/${roots[0].toString()}`)

0 commit comments

Comments
 (0)