use SSHConfigFunc on right member in builder/parallels/pvm/builder.go

This commit is contained in:
Adrien Delorme 2018-08-22 18:23:23 +02:00
parent fa44a4546f
commit e5ffa9e5b3
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
&communicator.StepConnect{
Config: &b.config.SSHConfig.Comm,
Host: parallelscommon.CommHost,
SSHConfig: b.config.SSHConfig.SSHConfigFunc(),
SSHConfig: b.config.SSHConfig.Comm.SSHConfigFunc(),
},
&parallelscommon.StepUploadVersion{
Path: b.config.PrlctlVersionFile,