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:
parent
e044a30972
commit
d0ff6c0d51
4 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ module Fog
|
|||
request(
|
||||
:expects => [200],
|
||||
:method => 'GET',
|
||||
:path => 'sizes',
|
||||
:path => 'sizes'
|
||||
)
|
||||
end
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ module Fog
|
|||
request(
|
||||
:expects => [200],
|
||||
:method => 'GET',
|
||||
:path => 'images',
|
||||
:path => 'images'
|
||||
)
|
||||
end
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ module Fog
|
|||
request(
|
||||
:expects => [200],
|
||||
:method => 'GET',
|
||||
:path => 'regions',
|
||||
:path => 'regions'
|
||||
)
|
||||
end
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ module Fog
|
|||
request(
|
||||
:expects => [200],
|
||||
:method => 'GET',
|
||||
:path => 'droplets',
|
||||
:path => 'droplets'
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue