mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Connection#keypairs has been moved to Connection#key_pairs.
This commit is contained in:
parent
00a038dee0
commit
a093f7c31f
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ module Fog
|
|||
def key_pair
|
||||
requires :key_name
|
||||
|
||||
connection.keypairs.all(key_name).first
|
||||
connection.key_pairs.all(key_name).first
|
||||
end
|
||||
|
||||
def key_pair=(new_keypair)
|
||||
|
|
Loading…
Add table
Reference in a new issue