diff --git a/src/psrt_ghsa_bot/app.py b/src/psrt_ghsa_bot/app.py index 851d5e1..fa58fbe 100644 --- a/src/psrt_ghsa_bot/app.py +++ b/src/psrt_ghsa_bot/app.py @@ -112,7 +112,7 @@ def apply_to_repo( ghsa_id=ghsa_id, data={"state": "closed"}, ) - print(f" ๐Ÿ“‹ Closed {ghsa_id}") + print(f" ๐Ÿงน Closed {ghsa_id}") continue # Maintain a dictionary of updates to make and then submit them all at once.