diff --git a/command/inspect/command.go b/command/inspect/command.go index 3c420451e..ddf51d491 100644 --- a/command/inspect/command.go +++ b/command/inspect/command.go @@ -46,7 +46,7 @@ func (c Command) Run(env packer.Environment, args []string) int { // Description if tpl.Description != "" { ui.Say("Description:\n") - ui.Say(tpl.Description+"\n") + ui.Say(tpl.Description + "\n") } // Variables