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

[aws|compute] fix describe_snapshots parser tags

Closes #101
This commit is contained in:
geemus 2010-12-06 11:47:39 -08:00
parent 4b5bf771a3
commit 80bff108e3

View file

@ -25,7 +25,7 @@ module Fog
@snapshot['tagSet'][@tag['key']] = @tag['value']
@tag = {}
when 'key', 'value'
@tag[key] = value
@tag[name] = @value
when 'tagSet'
@in_tag_set = false
end