post-processor/vagrant: more Ui output
This commit is contained in:
parent
637bcbc943
commit
c190a5cec4
|
@ -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