1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge pull request #897 from brookemckim/libvirt_ssh_fix

[libvirt] Fix SSH keyfile being pulled from wrong param
This commit is contained in:
Wesley Beary 2012-05-09 07:15:07 -07:00
commit 244ea80f6d

View file

@ -77,7 +77,7 @@ module Fog
end
def keyfile
value("command")
value("keyfile")
end
def netcat