Skip to content

Commit a2e0f2f

Browse files
committed
chore: revert cid base default
1 parent d951993 commit a2e0f2f

File tree

1 file changed

+1
-2
lines changed
  • packages/ipfs/src/cli/commands

1 file changed

+1
-2
lines changed

packages/ipfs/src/cli/commands/add.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ module.exports = {
8585
'cid-base': {
8686
describe: 'Number base to display CIDs in.',
8787
type: 'string',
88-
choices: multibase.names,
89-
default: 'base58btc'
88+
choices: multibase.names
9089
},
9190
hash: {
9291
type: 'string',

0 commit comments

Comments
 (0)