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

Fixed ommission in terremark parsers/get_node_services.rb

This commit is contained in:
marios 2010-05-10 21:49:05 +08:00 committed by Wesley Beary
parent 877843bd9e
commit f5b84e131e

View file

@ -22,6 +22,9 @@ module Fog
end
when 'Id', 'Port'
@node_service[name] = @value.to_i
when 'NodeService'
@response['NodeServices'] << @node_service
@node_service = {}
end
end