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:
parent
6a98d14406
commit
1e39267fe2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue