Commit d39a25d2 by Jason

Corrected spelling mistake

parent 1a44d989
...@@ -648,7 +648,7 @@ class Ec2Inventory(object): ...@@ -648,7 +648,7 @@ class Ec2Inventory(object):
# try updating the cache # try updating the cache
self.do_api_calls_update_cache() self.do_api_calls_update_cache()
if not self.args.host in self.index: if not self.args.host in self.index:
# host migh not exist anymore # host might not exist anymore
return self.json_format_dict({}, True) return self.json_format_dict({}, True)
(region, instance_id) = self.index[self.args.host] (region, instance_id) = self.index[self.args.host]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment