Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
tools: fix typo in tools/update-authors.mjs
The filename ends with an s.

Signed-off-by: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
RaisinTen committed Sep 29, 2022
commit 4bb34aa44f27eea88894238a36966949fec70102
2 changes: 1 addition & 1 deletion tools/update-authors.mjs
Original file line number Diff line number Diff line change
@@ -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