diff --git a/command/build.go b/command/build.go index 5aafa8620..9cb382311 100644 --- a/command/build.go +++ b/command/build.go @@ -94,15 +94,16 @@ func (c BuildCommand) Run(args []string) int { } if _, ok := c.Ui.(*packer.MachineReadableUi); !ok { ui.Say(fmt.Sprintf("%s output will be in this color.", b)) + if i+1 == len(buildNames) { + // Add a newline between the color output and the actual output + c.Ui.Say("") + } } } buildUis[b] = ui } - // Add a newline between the color output and the actual output - c.Ui.Say("") - log.Printf("Build debug mode: %v", cfgDebug) log.Printf("Force build: %v", cfgForce) log.Printf("On error: %v", cfgOnError)