Skip to content

Commit

Permalink
tools: fix typo in tools/update-authors.mjs
Browse files Browse the repository at this point in the history
The filename end with an s.

Signed-off-by: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
RaisinTen committed Sep 25, 2022
1 parent 45f2258 commit 7a02a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update-authors.mjs
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Usage: tools/update-author.mjs [--dry]
// Usage: tools/update-authors.mjs [--dry]
// Passing --dry will redirect output to stdout rather than write to 'AUTHORS'.
import { spawn } from 'node:child_process';
import fs from 'node:fs';
Expand Down

0 comments on commit 7a02a9d

Please sign in to comment.