Skip to content

Commit

Permalink
Update mentat/code_change_display.py
Browse files Browse the repository at this point in the history
Co-authored-by: biobootloader <[email protected]>
  • Loading branch information
PCSwingle and biobootloader authored Aug 12, 2023
1 parent a599755 commit 67632d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mentat/code_change_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_file_name(code_change):
case CodeChangeAction.DeleteFile:
return colored(f"\n{file_name}", color="light_red")
case CodeChangeAction.RenameFile:
return colored(f"\n{file_name} -> {code_change.name}", color="yellow")
return colored(f"\nRename: {file_name} -> {code_change.name}", color="yellow")
case _:
return colored(f"\n{file_name}", color="light_blue")

Expand Down

0 comments on commit 67632d3

Please sign in to comment.