fmt
This commit is contained in:
parent
fb4b940c53
commit
4cab266eb3
|
@ -63,7 +63,6 @@ func (p *VMwareBoxPostProcessor) PostProcess(ui packer.Ui, artifact packer.Artif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if p.config.VagrantfileTemplate != "" {
|
if p.config.VagrantfileTemplate != "" {
|
||||||
f, err := os.Open(p.config.VagrantfileTemplate)
|
f, err := os.Open(p.config.VagrantfileTemplate)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
@ -88,7 +87,6 @@ func (p *VMwareBoxPostProcessor) PostProcess(ui packer.Ui, artifact packer.Artif
|
||||||
vf.Close()
|
vf.Close()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Create the metadata
|
// Create the metadata
|
||||||
metadata := map[string]string{"provider": "vmware"}
|
metadata := map[string]string{"provider": "vmware"}
|
||||||
if err := WriteMetadata(dir, metadata); err != nil {
|
if err := WriteMetadata(dir, metadata); err != nil {
|
||||||
|
|
Loading…
Reference in New Issue