mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 04:11:25 -07:00
Consistent typesetting of "GitHub" (#50929)
This commit is contained in:
parent
e515b4000c
commit
33b9c880a4
14 changed files with 19 additions and 19 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue