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:
parent
b27be4eecc
commit
8f9a0c037a
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ module Fog
|
|||
end
|
||||
|
||||
def keyfile
|
||||
value("command")
|
||||
value("keyfile")
|
||||
end
|
||||
|
||||
def netcat
|
||||
|
|
Loading…
Add table
Reference in a new issue