From c28d4ec46ff9152ae5c91837cc29423805af6bf3 Mon Sep 17 00:00:00 2001 From: Thomas Wiest Date: Wed, 6 May 2015 16:17:13 -0400 Subject: added '-e all' to ohi and fixed pylint errors. --- bin/ohi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ohi') diff --git a/bin/ohi b/bin/ohi index bb52166df..24a027be2 100755 --- a/bin/ohi +++ b/bin/ohi @@ -47,12 +47,12 @@ class Ohi(object): self.args.env is not None: # Both env and host-type specified hosts = self.aws.get_host_list(host_type=self.args.host_type, \ - env=self.args.env) + envs=self.args.env) if self.args.host_type is None and \ self.args.env is not None: # Only env specified - hosts = self.aws.get_host_list(env=self.args.env) + hosts = self.aws.get_host_list(envs=self.args.env) if self.args.host_type is not None and \ self.args.env is None: -- cgit v1.2.3