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:
parent
46b4402721
commit
9dbe1df8f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue