Skip to content

Commit

Permalink
#15 Clean up warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsken committed Oct 22, 2024
1 parent 531725a commit 462fd3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check_done/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
def _issue_warning_string(issue: IssueInfo, reason_for_warning: str) -> str:
# TODO: Ponder better wording.
return (
f" Issue '#{issue.number} {issue.title}' in repository '{issue.repository.name}' "
f"should be {reason_for_warning}."
f" Done issue should be {reason_for_warning}."
f" - repository: '{issue.repository.name}', issue: '#{issue.number} {issue.title}'."
)


Expand Down

0 comments on commit 462fd3a

Please sign in to comment.