mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix an error in new ec2 servers load code
This commit is contained in:
parent
dee6e0be4c
commit
687b5118fb
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ module Fog
|
|||
reservation['instancesSet'].map do |instance|
|
||||
instance.merge(:groups => reservation['groupSet'])
|
||||
end
|
||||
end
|
||||
end.flatten
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue