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

[digitalocean|compute] fix create_ssh_key request path

This commit is contained in:
Sergio Rubio 2013-03-18 15:22:21 +01:00
parent a7372e0351
commit d01b126a77

View file

@ -7,7 +7,7 @@ module Fog
request(
:expects => [200],
:method => 'GET',
:path => 'droplets/new',
:path => 'ssh_keys/new',
:query => { 'name' => name, 'ssh_pub_key' => pub_key }
)
end