mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[AWS Autoscaling] Fixed typo in put scaling policy request.
This commit is contained in:
parent
d54f7d4fd8
commit
70ff5dd453
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ module Fog
|
|||
'AdjustmentType' => adjustment_type,
|
||||
'AutoScalingGroupName' => auto_scaling_group_name,
|
||||
'PolicyName' => policy_name,
|
||||
'ScalingAdustment' => scaling_adjustment,
|
||||
'ScalingAdjustment' => scaling_adjustment,
|
||||
:parser => Fog::Parsers::AWS::AutoScaling::PutScalingPolicy.new
|
||||
}.merge!(options))
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue