Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Feb 15, 2024
1 parent bd4d9b7 commit 33e22c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prover/src/cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function getLodestarProverCli(): yargs.Argv {
}

// Register the proxy command as the default one
registerCommandToYargs(prover, {...proverProxyStartCommand, command: '*'});
registerCommandToYargs(prover, {...proverProxyStartCommand, command: "*"});

// throw an error if we see an unrecognized cmd
prover.recommendCommands().strict();
Expand Down

0 comments on commit 33e22c6

Please sign in to comment.