[terremark] fix typo in vapp parser

This commit is contained in:
geemus 2010-04-29 10:15:25 -07:00
parent a7f30c8758
commit 8104944d58
1 changed files with 1 additions and 1 deletions

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)