From fcfd224b532931246c094bef87ba0bec4dc3b964 Mon Sep 17 00:00:00 2001 From: wass3rw3rk <49894298+wass3rw3rk@users.noreply.github.com> Date: Wed, 15 Apr 2026 10:01:19 -0500 Subject: [PATCH] matching error with other updatehook calls this was the only spot where we say webhook instead of hook. this will also reclaim 3 characters lost by new '...' truncation chars :) --- api/webhook/post.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/webhook/post.go b/api/webhook/post.go index 9bedabc9f..f88260a94 100644 --- a/api/webhook/post.go +++ b/api/webhook/post.go @@ -309,7 +309,7 @@ func PostWebhook(c *gin.Context) { //nolint:contextcheck // false positive _, err = database.FromContext(c).UpdateHook(ctx, h) if err != nil { - l.Errorf("unable to update webhook %s/%d: %v", repo.GetFullName(), h.GetNumber(), err) + l.Errorf("unable to update hook %s/%d: %v", repo.GetFullName(), h.GetNumber(), err) } l.WithFields(logrus.Fields{