Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit c5bb0b9

Browse files
committed
fix: cli flag typos
1 parent 9feebd3 commit c5bb0b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cli/commands/daemon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
builder: {
1414
'enable-sharding-experiment': {
1515
type: 'boolean',
16-
defaultt: false
16+
default: false
1717
},
1818
'enable-pubsub-experiment': {
1919
type: 'booleam',

src/cli/commands/files/add.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = {
6060
},
6161
'enable-sharding-experiment': {
6262
type: 'boolean',
63-
defaultt: false
63+
default: false
6464
},
6565
'shard-split-threshold': {
6666
type: 'integer',

0 commit comments

Comments
 (0)