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

[libvirt] Fix SSH keyfile being pulled from wrong param

This commit is contained in:
brookemckim 2012-05-08 16:24:58 -04:00
parent b27be4eecc
commit 8f9a0c037a

View file

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