mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
1.8 fix
This commit is contained in:
parent
30dcaa9b64
commit
5635a7c5da
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ module Fog
|
|||
|
||||
def create(params={})
|
||||
if cluster
|
||||
super(params.merge(cluster_id: cluster.id))
|
||||
super(params.merge(:cluster_id => cluster.id))
|
||||
else
|
||||
super(params)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue