From 5515d6f84528e210dda9d4537e1f6c5558b0ceff Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 13 Aug 2013 21:35:01 -0400 Subject: [PATCH] command/inspect: template-build should be template-builder --- command/inspect/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/inspect/command.go b/command/inspect/command.go index 04ad1b7c3..0681b400f 100644 --- a/command/inspect/command.go +++ b/command/inspect/command.go @@ -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) }