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

Fixed typo... instantiation of the Parser should be GetNodeServices.new

This commit is contained in:
marios 2010-04-18 07:42:49 +08:00 committed by Wesley Beary
parent c7a39e95c4
commit 3866b7cd18

View file

@ -18,7 +18,7 @@ module Fog
request(
:expects => 200,
:method => 'GET',
:parser => Fog::Parsers::Terremark::NodeService.new,
:parser => Fog::Parsers::Terremark::GetNodeServices.new,
:path => "InternetServices/#{service_id}/nodes"
)
end