Skip to content

Commit bb5f1a1

Browse files
committed
fix: pass correct option
1 parent b7ab474 commit bb5f1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kubo/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export function buildStartArgs (options: KuboStartOptions): string[] {
6767
}
6868

6969
if (options.pubsub === true) {
70-
args.push('---enable-pubsub-experiment')
70+
args.push('--enable-pubsub-experiment')
7171
}
7272

7373
if (options.ipnsPubsub === true) {

0 commit comments

Comments
 (0)