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

[aws|compute] DescribeInstanceStatus code within eventsSet goes on the item.

This commit is contained in:
Dan Peterson 2012-08-08 21:35:03 -03:00
parent 46b4402721
commit 9dbe1df8f2

View file

@ -59,7 +59,7 @@ module Fog
when 'code'
case @inside
when :eventsSet
@instance[@inside.to_s][name] = value
@item[name] = value
when :instanceState
@instance[@inside.to_s][name] = value.to_i
end