Skip to content

Commit

Permalink
10455-story: fix typo in scripts/user/update-judge.ts
Browse files Browse the repository at this point in the history
Co-authored-by: jtdevos <[email protected]>
  • Loading branch information
Mwindo and jtdevos authored Sep 17, 2024
1 parent 8731b27 commit 5322422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/user/update-judge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { isEmpty } from 'lodash';
*
* Example usage:
*
* $ npx ts-node --transpile-only update-judge.ts judge.someone.ustaxcourt.gov --judgeTitle Judge --email [email protected] --phone "(123) 123-1234" --isSeniorJudge true
* $ npx ts-node --transpile-only update-judge.ts judge.someone@ustaxcourt.gov --judgeTitle Judge --email [email protected] --phone "(123) 123-1234" --isSeniorJudge true
*
* Note that this script SHOULD be temporary: it is meant as a slight improvement from the current ill-defined process.
* Please extract into application logic!
Expand Down

0 comments on commit 5322422

Please sign in to comment.