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

Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
This commit is contained in:
Adam Miller 2017-12-12 02:46:18 -06:00 committed by Martin Krizek
parent 8475171f67
commit 3abc2cc968

View file

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