From 5b4686bdfb618306a63c7f83bccc323375cc6d12 Mon Sep 17 00:00:00 2001 From: Cameron Steffen Date: Mon, 11 Aug 2025 16:56:24 -0500 Subject: [PATCH] Fix delegate hint --- homu/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homu/comments.py b/homu/comments.py index 7a1c979..31dc978 100644 --- a/homu/comments.py +++ b/homu/comments.py @@ -82,7 +82,7 @@ def render(self): ':v: @{delegate}, you can now approve this pull request!\n\n' + \ 'If @{delegator} told you to "`r=me`" after making some ' + \ 'further change, please make that change, then do ' + \ - '`@{bot} r=@{delegator}`' + '`@{bot} r={delegator}`' return message.format( delegate=self.delegate, bot=self.bot,