fixed typo

This commit is contained in:
Brian Coca 2015-08-13 11:05:20 -04:00
parent 53821ad4b7
commit b905f51341

View file

@ -110,7 +110,7 @@ class Inventory(object):
host_list = os.path.join(self.host_list, "")
self.parser = InventoryDirectory(loader=self._loader, filename=host_list)
else:
self.parser = get_file_parser(hostsfile, self._loader)
self.parser = get_file_parser(host_list, self._loader)
vars_loader.add_directory(self.basedir(), with_subdir=True)
if self.parser: