Skip to content

Commit 2dea394

Browse files
committed
fix title
1 parent 262a3d6 commit 2dea394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patchwork/patchflows/GenerateDiagram/GenerateDiagram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(self, inputs):
2929
if "prompt_template_file" not in final_inputs:
3030
final_inputs["prompt_template_file"] = _DEFAULT_PROMPT_JSON
3131

32-
final_inputs["pr_title"] = f"PatchWork System Architecture Diagram generated"
32+
final_inputs["pr_title"] = f"PatchWork System Architecture Diagram"
3333
final_inputs["branch_prefix"] = f"{self.__class__.__name__.lower()}-"
3434

3535
validate_steps_with_inputs(

0 commit comments

Comments
 (0)