1
0
Fork 0
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:
Christopher Oliver 2011-07-13 15:51:31 -04:00
parent 1aaf5d837d
commit 84e6d1aa47

View file

@ -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