Skip to content

Commit

Permalink
[digitalocean|compute] fix create_ssh_key request path
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiojr committed Mar 31, 2013
1 parent a7372e0 commit d01b126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/digitalocean/requests/compute/create_ssh_key.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def create_ssh_key( name, pub_key )
request(
:expects => [200],
:method => 'GET',
:path => 'droplets/new',
:path => 'ssh_keys/new',
:query => { 'name' => name, 'ssh_pub_key' => pub_key }
)
end
Expand Down

0 comments on commit d01b126

Please sign in to comment.