post-processor/vagrant: more Ui output
This commit is contained in:
parent
b4fe0530d8
commit
014fce77d8
|
@ -82,6 +82,7 @@ func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (pac
|
|||
}
|
||||
}
|
||||
|
||||
ui.Say(fmt.Sprintf("Creating Vagrant box for '%s' provider", ppName))
|
||||
return pp.PostProcess(ui, artifact)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue