Skip to content

Commit

Permalink
Fix code rendering of placeholder comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Aug 13, 2024
1 parent 3042c8e commit 8f6c353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshot_manager/snapshot_manager/snapshot_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"<!--ERRORS_FOR_CHROOT/{chroot}--> This is a placeholder for any errors that might happen for the `{chroot}` chroot."
f"<!--ERRORS_FOR_CHROOT/{chroot}--> This is a placeholder for any errors that might happen for the <code>{chroot}</code> chroot."
)
self.github.minimize_comment_as_outdated(comment)

Expand Down

0 comments on commit 8f6c353

Please sign in to comment.