diff --git a/snapshot_manager/snapshot_manager/snapshot_manager.py b/snapshot_manager/snapshot_manager/snapshot_manager.py index 0eaacf19..015b4e0e 100644 --- a/snapshot_manager/snapshot_manager/snapshot_manager.py +++ b/snapshot_manager/snapshot_manager/snapshot_manager.py @@ -181,7 +181,7 @@ def check_todays_builds(self) -> None: # created output will always come at the end. for chroot in all_chroots: comment = issue.create_comment( - f" This is a placeholder for any errors that might happen for the `{chroot}` chroot." + f" This is a placeholder for any errors that might happen for the {chroot} chroot." ) self.github.minimize_comment_as_outdated(comment)