1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Flatten list of security groups.

This commit is contained in:
Dan Peterson 2011-05-19 17:29:08 -03:00 committed by geemus
parent 6a98d14406
commit 1e39267fe2

View file

@ -116,7 +116,7 @@ module Fog
response = Excon::Response.new
response.status = 200
group_set = [ (options['SecurityGroup'] || 'default') ]
group_set = [ (options['SecurityGroup'] || 'default') ].flatten
instances_set = []
reservation_id = Fog::AWS::Mock.reservation_id