Skip to content

Commit 673d26f

Browse files
committed
Fix script typo
1 parent 5363ad3 commit 673d26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/client/lint-rust.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
const lintArgs = cliArguments();
1313

1414
const fix = popArgument(lintArgs, '--fix');
15-
const toolchain = getToolchainArgument('format');
15+
const toolchain = getToolchainArgument('lint');
1616
const manifestPath = path.join(
1717
workingDirectory,
1818
'clients',

0 commit comments

Comments
 (0)