mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
Typo
This commit is contained in:
parent
ac8ee25297
commit
3a6f0d8066
1 changed files with 1 additions and 1 deletions
2
run.py
2
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"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue