mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fixed for 1.8
This commit is contained in:
parent
3b7cc22b47
commit
51dcc5c16e
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ module Fog
|
|||
|
||||
response = Excon::Response.new
|
||||
|
||||
security_group_info = self.data[:security_groups].reject { |k| k['amazon-elb-sg'] }.values
|
||||
security_group_info = self.data[:security_groups].reject { |k,v| k['amazon-elb-sg'] }.values
|
||||
|
||||
aliases = {
|
||||
'description' => 'groupDescription',
|
||||
|
|
Loading…
Reference in a new issue