Misc typo fix in fleet inventory (#25174)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/4420/head
Abhijeet Kasurde 2017-05-30 23:01:35 +05:30 committed by Brian Coca
parent 8d962209f4
commit 3a82246d82
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ elif options.host:
if len(details) > 0:
# pass through the port, in case it's non standard.
result = details[0]
result
print(json.dumps(result))
sys.exit(1)