locahost -> localhost typo in inventory/data.py (#33790)

Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
pull/33806/head
Adam Miller 7 years ago committed by Martin Krizek
parent 8475171f67
commit 3abc2cc968

@ -66,7 +66,7 @@ class InventoryData(object):
data = { data = {
'groups': self.groups, 'groups': self.groups,
'hosts': self.hosts, 'hosts': self.hosts,
'local': self.locahost, 'local': self.localhost,
'source': self.current_source, 'source': self.current_source,
} }
return data return data

Loading…
Cancel
Save