From 3a6f0d8066a83060e3e1ae28e80f0af1e04ebd86 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 18 Jan 2022 21:39:24 +0100 Subject: [PATCH] Typo --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index f8f4caa..c6ad6eb 100644 --- a/run.py +++ b/run.py @@ -1125,7 +1125,7 @@ async def github(request): abort(204, "Nothing to do") if not app.config.ANSWER_TO_AUTO_UPDATER: # Unauthorized - abort(204, "Nothing to do, I am configured not to answer to the auto-updater") + abort(204, "Nothing to do, I am configured to ignore the auto-updater") # Fetch the PR infos (yeah they ain't in the initial infos we get @_@) pr_infos_url = hook_infos["pull_request"]["url"]