Commit 5515d6f8 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

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

parent d1ae7b2f
......@@ -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)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment