mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[AWS Autoscaling] Removed unnecessary options merge in Delete Policy request.
This commit is contained in:
parent
1aaf5d837d
commit
84e6d1aa47
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module Fog
|
|||
'AutoScalingGroupName' => auto_scaling_group_name,
|
||||
'PolicyName' => policy_name,
|
||||
:parser => Fog::Parsers::AWS::AutoScaling::Basic.new
|
||||
}.merge!(options))
|
||||
})
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue