Skip to content

Commit eba05ae

Browse files
Fix Gitty prompt message (#6473)
1 parent bacfa98 commit eba05ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/samples/gitty/src/gitty/_gitty.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ async def run_gitty(owner: str, repo: str, command: str, number: int) -> None:
125125
console.print(" [observe]> No related issues found.[/observe]")
126126

127127
updated_prompt = (
128-
f"Considering the additional context:\n"
129-
"You are workin on issue #{number} for the {owner}/{repo} repository. "
128+
"Considering the additional context:\n"
129+
f"You are working on issue #{number} for the {owner}/{repo} repository. "
130130
"The issue content is:\n"
131131
f"{text}\n\n"
132132
"You also previously fetched related issues that may or may not be relevant"

0 commit comments

Comments
 (0)