command/inspect: template-build should be template-builder

This commit is contained in:
Mitchell Hashimoto 2013-08-13 21:35:01 -04:00
parent d1ae7b2fdc
commit 5515d6f845
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ func (c Command) Run(env packer.Environment, args []string) int {
output = fmt.Sprintf("%s (%s)", output, v.Type)
}
ui.Machine("template-build", k, v.Type)
ui.Machine("template-builder", k, v.Type)
ui.Say(output)
}