mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix group name default param for authorize
This commit is contained in:
parent
6f38a38c39
commit
a4ff0a5e0f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module Fog
|
|||
|
||||
def authorize(options = {})
|
||||
options = {
|
||||
'GroupName' => @name
|
||||
'GroupName' => @group_name
|
||||
}.merge!(options)
|
||||
connection.authorize_security_group_ingress(options)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue