command/build: use the real artifact string in machine readable
This commit is contained in:
parent
116cdc6c75
commit
fd3bce0444
|
@ -219,7 +219,7 @@ func (c Command) Run(env packer.Environment, args []string) int {
|
|||
if artifact != nil {
|
||||
ui.Machine("artifact", iStr, "builder-id", artifact.BuilderId())
|
||||
ui.Machine("artifact", iStr, "id", artifact.Id())
|
||||
ui.Machine("artifact", iStr, "string", message.String())
|
||||
ui.Machine("artifact", iStr, "string", artifact.String())
|
||||
|
||||
files := artifact.Files()
|
||||
ui.Machine("artifact",
|
||||
|
|
Loading…
Reference in New Issue