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

pull/919/head
Mitchell Hashimoto 13 years ago
parent d1ae7b2fdc
commit 5515d6f845

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

Loading…
Cancel
Save