mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
rename function 'get_key' => 'get_keypair'
This commit is contained in:
parent
8bf52e4342
commit
eb4b597cde
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ module Fog
|
|||
# * 'name'<~String>: key name
|
||||
# * 'fingerprint'<~String>: id
|
||||
#
|
||||
def get_key(key_name)
|
||||
def get_keypair(key_name)
|
||||
request(
|
||||
:method => 'GET',
|
||||
:expects => 200,
|
||||
|
|
Loading…
Reference in a new issue