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:
parent
a7f30c8758
commit
8104944d58
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue