We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ab474 commit bb5f1a1Copy full SHA for bb5f1a1
src/kubo/utils.ts
@@ -67,7 +67,7 @@ export function buildStartArgs (options: KuboStartOptions): string[] {
67
}
68
69
if (options.pubsub === true) {
70
- args.push('---enable-pubsub-experiment')
+ args.push('--enable-pubsub-experiment')
71
72
73
if (options.ipnsPubsub === true) {
0 commit comments