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:
parent
c7a39e95c4
commit
3866b7cd18
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue