From 4bb34aa44f27eea88894238a36966949fec70102 Mon Sep 17 00:00:00 2001 From: Darshan Sen Date: Sun, 25 Sep 2022 10:39:11 +0530 Subject: [PATCH] tools: fix typo in tools/update-authors.mjs The filename ends with an s. Signed-off-by: Darshan Sen --- tools/update-authors.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update-authors.mjs b/tools/update-authors.mjs index 971fe160e3cf71..7dfae178e33eff 100755 --- a/tools/update-authors.mjs +++ b/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';