mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-15 22:20:33 -04:00
fix silliness with pointers
This commit is contained in:
parent
5c2ca450bd
commit
96d628eef1
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ func NewDriver(dconfig *DriverConfig, config *SSHConfig, vmName string) (Driver,
|
|||
CacheDatastore: dconfig.RemoteCacheDatastore,
|
||||
CacheDirectory: dconfig.RemoteCacheDirectory,
|
||||
VMName: vmName,
|
||||
CommConfig: *(&config.Comm),
|
||||
CommConfig: config.Comm,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue