Skip to content

Commit fe5a4e4

Browse files
authored
Fix update_versions.ts script (#2524)
1 parent dc96c8a commit fe5a4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cliCommandsReferenceFile.writeJsonPrettySync(
3232
JSON.parse(new TextDecoder().decode(jsonReference.outputSync().stdout)),
3333
);
3434

35-
await $`deno task update_lint_rules`;
35+
await $`deno task lint:update`;
3636

3737
if (Deno.args.includes("--create-pr")) {
3838
await tryCreatePr();

0 commit comments

Comments
 (0)