1
0
Fork 0
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:
Andrew Taylor 2012-08-08 14:43:28 +01:00
parent 5156e8e4f7
commit 14a9f6abda

View file

@ -49,7 +49,7 @@ module Fog
end
def private_ip_address
nil
addresses['private'].first
end
def private_key_path