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

[terremark] fix typo in vapp parser

This commit is contained in:
geemus 2010-04-29 10:15:25 -07:00
parent a7f30c8758
commit 8104944d58

View file

@ -18,7 +18,7 @@ module Fog
link[attributes.shift] = attributes.shift
end
@response['Links'] << link
when 'Vapp'
when 'VApp'
vapp = {}
until attributes.empty?
if attributes.first.is_a?(Array)