Commit fd3bce04 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

command/build: use the real artifact string in machine readable

parent 116cdc6c
...@@ -219,7 +219,7 @@ func (c Command) Run(env packer.Environment, args []string) int { ...@@ -219,7 +219,7 @@ func (c Command) Run(env packer.Environment, args []string) int {
if artifact != nil { if artifact != nil {
ui.Machine("artifact", iStr, "builder-id", artifact.BuilderId()) ui.Machine("artifact", iStr, "builder-id", artifact.BuilderId())
ui.Machine("artifact", iStr, "id", artifact.Id()) ui.Machine("artifact", iStr, "id", artifact.Id())
ui.Machine("artifact", iStr, "string", message.String()) ui.Machine("artifact", iStr, "string", artifact.String())
files := artifact.Files() files := artifact.Files()
ui.Machine("artifact", ui.Machine("artifact",
......
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