library/ipadiscovery.py: Fix domain error message

This commit is contained in:
Thomas Woerner
2017-11-09 13:17:04 +01:00
parent d8ba096eb9
commit fb8075c1ad

View File

@@ -291,7 +291,7 @@ def main():
cli_domain_source = 'Provided as option'
else:
module.fail_json(
msg="Unable to discover domain, not provided on command line")
msg="Unable to discover domain, not provided")
ret = ds.search(
domain=cli_domain,