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

Merge pull request #853 from ozgurakan/master

describe_instances parser always returns false
This commit is contained in:
Dylan Egan 2012-04-14 16:10:25 -07:00
commit 2c9dae2128

View file

@ -78,7 +78,7 @@ module Fog
when 'productCode'
@instance['productCodes'] << value
when 'state'
@instance['monitoring'][name] = (value == 'true')
@instance['monitoring'][name] = (value == 'enabled')
end
end