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:
parent
a7372e0351
commit
d01b126a77
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue