Commit 26ed997e by Feanil Patel

Fix a typo.

parent ab7ff8eb
......@@ -209,7 +209,7 @@ def get_instance_sec_group(vpc_id):
if len(grp_details) < 1:
sys.stderr.write("ERROR: Expected atleast one security group, got {}\n".format(
len(gry_details)))
len(grp_details)))
return grp_details[0].id
......
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