Commit bf5ec1f9 authored by Brian Downs's avatar Brian Downs

Ran go fmt

parent 1303329a
......@@ -127,7 +127,7 @@ func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (pac
if config.VagrantfileTemplate != "" {
vagrantfilePath, err := config.tpl.Process(config.VagrantfileTemplate, &vagrantfileTemplate{
ProviderVagrantfile: vagrantfile,
CustomVagrantfile: "",
CustomVagrantfile: "",
})
if err != nil {
return nil, false, err
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment