mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
Fix typo (#54770)
This commit is contained in:
@@ -143,7 +143,7 @@ class HwcSession(object):
|
||||
|
||||
if not e or e.url == "":
|
||||
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
|
||||
if url[-1] != "/":
|
||||
|
||||
Reference in New Issue
Block a user