This commit is contained in:
Mitchell Hashimoto 2013-12-11 14:01:06 -08:00
parent ac0feaf1ab
commit e36e8983f0
1 changed files with 1 additions and 1 deletions

View File

@ -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