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) }