mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Replace nil return value with private IP, implementation as in public_ip_address method
This commit is contained in:
parent
5156e8e4f7
commit
14a9f6abda
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ module Fog
|
|||
end
|
||||
|
||||
def private_ip_address
|
||||
nil
|
||||
addresses['private'].first
|
||||
end
|
||||
|
||||
def private_key_path
|
||||
|
|
Loading…
Reference in a new issue