mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix typo (#54770)
This commit is contained in:
parent
6155701e36
commit
eb7735000e
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class HwcSession(object):
|
||||||
|
|
||||||
if not e or e.url == "":
|
if not e or e.url == "":
|
||||||
self.module.fail_json(
|
self.module.fail_json(
|
||||||
msg="Can not find the enpoint for %s" % service_type)
|
msg="Can not find the endpoint for %s" % service_type)
|
||||||
|
|
||||||
url = e.url
|
url = e.url
|
||||||
if url[-1] != "/":
|
if url[-1] != "/":
|
||||||
|
|
Loading…
Reference in a new issue