Consistent typesetting of "GitHub" (#50929)

This commit is contained in:
Simon Legner 2019-01-15 14:53:04 +01:00 committed by Alicia Cozine
parent e515b4000c
commit 33b9c880a4
14 changed files with 19 additions and 19 deletions

View file

@ -144,7 +144,7 @@ def main():
module.params["github_url"], to_native(err)))
except github.UnknownObjectException as err:
module.fail_json(
msg="Could not find repository %s in Github at %s: %s" % (
msg="Could not find repository %s in GitHub at %s: %s" % (
module.params["repository"], module.params["github_url"],
to_native(err)))
except Exception as err: