Skip to content

Commit

Permalink
cosmetic tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
daabr committed Jan 4, 2025
1 parent 3913c22 commit 474461d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_copilot_seats/seats.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def prune_idle_seat(seat: dict[str, str]) -> None:
case "reinstate":
report(github_login, "reinstate")
copilot.add_seats([github_login])
msg = "You have been reinstated to the Copilot program"
msg = "You have been reinstated to the Copilot program."
case _:
report(github_login, f"weird response: {value}")
msg = f"Response: `{value}` not recognized."
Expand Down

0 comments on commit 474461d

Please sign in to comment.