command/inspect: template-build should be template-builder
This commit is contained in:
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…
Reference in New Issue