[terremark] fix typo in vapp parser

This commit is contained in:
geemus 2010-04-29 10:15:25 -07:00
Родитель a7f30c8758
Коммит 8104944d58
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)