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

[digitalocean|compute] remove extra comma, breaks ruby 1.8

This commit is contained in:
Sergio Rubio 2013-03-03 00:55:04 +01:00
parent e044a30972
commit d0ff6c0d51
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ module Fog
request( request(
:expects => [200], :expects => [200],
:method => 'GET', :method => 'GET',
:path => 'sizes', :path => 'sizes'
) )
end end

View file

@ -7,7 +7,7 @@ module Fog
request( request(
:expects => [200], :expects => [200],
:method => 'GET', :method => 'GET',
:path => 'images', :path => 'images'
) )
end end

View file

@ -7,7 +7,7 @@ module Fog
request( request(
:expects => [200], :expects => [200],
:method => 'GET', :method => 'GET',
:path => 'regions', :path => 'regions'
) )
end end

View file

@ -7,7 +7,7 @@ module Fog
request( request(
:expects => [200], :expects => [200],
:method => 'GET', :method => 'GET',
:path => 'droplets', :path => 'droplets'
) )
end end