Skip to content

Commit

Permalink
fix: wrong command name
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Fage <[email protected]>
  • Loading branch information
paulfouquet and amfage authored Sep 14, 2023
1 parent bd38ee5 commit f6f9b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/format/format.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function isJson(x: string): boolean {
}

export const commandFormatJson = command({
name: 'format-jspon',
name: 'format-json',
description: 'Format JSON files',
version: CliInfo.version,
args: {
Expand Down

0 comments on commit f6f9b94

Please sign in to comment.