1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[AWS Autoscaling] Fixed error in describe policies parser.

This commit is contained in:
Christopher Oliver 2011-07-13 14:03:13 -04:00
parent 70ff5dd453
commit 02eb62ad1f

View file

@ -32,7 +32,7 @@ module Fog
when 'AdjustmentType', 'AutoScalingGroupName', 'PolicyARN', 'PolicyName'
@scaling_policy[name] = value
when 'Cooldown', 'ScalingAdjustment'
@scaling_adjustment[name] = value.to_i
@results[name] = value.to_i
when 'NextToken'
@results[name] = value