Browse Source

Fix script typo

Loris Leiva 1 year ago
parent
commit
673d26f78b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/client/lint-rust.mjs

+ 1 - 1
scripts/client/lint-rust.mjs

@@ -12,7 +12,7 @@ import {
 const lintArgs = cliArguments();
 
 const fix = popArgument(lintArgs, '--fix');
-const toolchain = getToolchainArgument('format');
+const toolchain = getToolchainArgument('lint');
 const manifestPath = path.join(
   workingDirectory,
   'clients',