mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
command/build: Newline before results
This commit is contained in:
parent
c4522a6265
commit
09ca5be74f
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ func (Command) Run(env packer.Environment, args []string) int {
|
|||
wg.Wait()
|
||||
|
||||
// Output all the artifacts
|
||||
env.Ui().Say("==> The build completed! The artifacts created were:")
|
||||
env.Ui().Say("\n==> The build completed! The artifacts created were:")
|
||||
for name, artifact := range artifacts {
|
||||
env.Ui().Say("--> %s:", name)
|
||||
env.Ui().Say(artifact.String())
|
||||
|
|
|
|||
Loading…
Reference in a new issue