Misc typo fix in fleet inventory (#25174)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>(cherry picked from commit 3a82246d82)
pull/25292/head
Abhijeet Kasurde 9 years ago committed by James Cammarata
parent 23277a622c
commit 9d4875a727

@ -94,7 +94,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)

Loading…
Cancel
Save