Skip to content
Snippets Groups Projects
Commit fb8075c1 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

library/ipadiscovery.py: Fix domain error message

parent d8ba096e
No related branches found
No related tags found
No related merge requests found
...@@ -291,7 +291,7 @@ def main(): ...@@ -291,7 +291,7 @@ def main():
cli_domain_source = 'Provided as option' cli_domain_source = 'Provided as option'
else: else:
module.fail_json( module.fail_json(
msg="Unable to discover domain, not provided on command line") msg="Unable to discover domain, not provided")
ret = ds.search( ret = ds.search(
domain=cli_domain, domain=cli_domain,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment