Commit 09ca5be7 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

command/build: Newline before results

parent c4522a62
......@@ -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())
......
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