Commit b6a18958 by Feanil Patel

Correct typo.

parent 328e8db5
......@@ -51,7 +51,7 @@ def _ssh_config(args):
stack_name = args.get("<stack_name>")
vpc_id = vpc_for_stack_name(stack_name)
else:
raise Exception("No vpc_idao or stack_name provided.")
raise Exception("No vpc_id or stack_name provided.")
vpc = boto.connect_vpc()
......
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