Skip to content

Commit

Permalink
🐛 Fix redundant locale file name in mcdoc-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
MulverineX committed May 19, 2024
1 parent ed079e1 commit 1ce6eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mcdoc-cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ await CLI.scriptName('mcdoc')
console.warn(internal_locales)
}
await fs.writeFile(
join('out', 'locale', 'locale.en-us.json'),
join('out', 'locale', 'en-us.json'),
JSON.stringify(locales, undefined, 3),
)
}
Expand Down

0 comments on commit 1ce6eb0

Please sign in to comment.