Skip to content

Commit 983c896

Browse files
committed
🐛 Fix translation script path
1 parent 3d1f926 commit 983c896

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/translate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"contributing.md",
2626
)
2727

28-
general_prompt_path = Path(__file__).absolute().parent / "llm-general-prompt.md"
28+
general_prompt_path = Path(__file__).absolute().parent / "general-llm-prompt.md"
2929
general_prompt = general_prompt_path.read_text(encoding="utf-8")
3030

3131
app = typer.Typer()

0 commit comments

Comments
 (0)