Skip to content

Commit ae5e506

Browse files
committed
chore: revert cid base default
1 parent 6fca8eb commit ae5e506

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)